]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 311982: Remove useless quotes when displaying the milestone URL - Patch by FrÃ...
authorlpsolit%gmail.com <>
Thu, 10 May 2007 19:42:23 +0000 (19:42 +0000)
committerlpsolit%gmail.com <>
Thu, 10 May 2007 19:42:23 +0000 (19:42 +0000)
template/en/default/admin/products/updated.html.tmpl

index 372f1580508f146264d022227fc32f15aa8be42c..1a6e25997341c6f338a9e37e34a25a070d8e8bc7 100644 (file)
   <p>
   Updated milestone URL 
   [% IF old_product.milestone_url != '' %]
-    from<br> <a href="[%- old_product.milestone_url FILTER html %]">'
-    [%- old_product.milestone_url FILTER html %]'</a>
+    from<br> <a href="[%- old_product.milestone_url FILTER html %]">
+    [%- old_product.milestone_url FILTER html %]</a>
   [% END %]
   to
   [% IF product.milestone_url != '' %]
-     <br><a href="[%- product.milestone_url FILTER html %]">'
-     [%- product.milestone_url FILTER html %]'</a>.
+     <br><a href="[%- product.milestone_url FILTER html %]">
+     [%- product.milestone_url FILTER html %]</a>.
   [% ELSE %]
     be empty.
   [% END %]