diff options
-rw-r--r-- | templates/patch_view.tmpl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/patch_view.tmpl b/templates/patch_view.tmpl index f4d68e8..5e605bf 100644 --- a/templates/patch_view.tmpl +++ b/templates/patch_view.tmpl @@ -11,9 +11,11 @@ Patch information for $package ($version) $name <h1>$package ($version) $name</h1> <h2>Summary</h2> <div> - <pre><code class="diffstat"> + <code class="diffstat"> + <pre> $escape($str($patch.diffstat)) - </code></pre> + </pre> + </code> </div> <div> <a href="$conf.root_url/patch/$patchtype/dl/$package/$version/$name"> |