]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 292609: Dependency tree: add a space before the bug summary - Patch by mc <magicd...
authorlpsolit%gmail.com <>
Wed, 11 May 2005 03:56:55 +0000 (03:56 +0000)
committerlpsolit%gmail.com <>
Wed, 11 May 2005 03:56:55 +0000 (03:56 +0000)
template/en/default/bug/dependency-tree.html.tmpl

index 43425e1f0810b044e8f30170a8d5a2f6bf02625b..c2e194f7fa74f00702723f26a71fb7e76d1d145a 100644 (file)
@@ -99,7 +99,7 @@
         [% IF dep.seen %]
           <i>This [% terms.bug %] appears elsewhere in this tree.</i></a>
         [% ELSE %]
-          [% dep.summary FILTER html %].</a>
+          [%+ dep.summary FILTER html %].</a>
         [% END %]
       [% END %]
       [% INCLUDE display_tree bug_id=dep_id