Commit a43f35c2 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 311982: Remove useless quotes when displaying the milestone URL - Patch by…

Bug 311982: Remove useless quotes when displaying the milestone URL - Patch by Fré©ric Buclin <LpSolit@gmail.com> a=LpSolit
parent 741e6ebb
...@@ -97,13 +97,13 @@ ...@@ -97,13 +97,13 @@
<p> <p>
Updated milestone URL Updated milestone URL
[% IF old_product.milestone_url != '' %] [% IF old_product.milestone_url != '' %]
from<br> <a href="[%- old_product.milestone_url FILTER html %]">' from<br> <a href="[%- old_product.milestone_url FILTER html %]">
[%- old_product.milestone_url FILTER html %]'</a> [%- old_product.milestone_url FILTER html %]</a>
[% END %] [% END %]
to to
[% IF product.milestone_url != '' %] [% IF product.milestone_url != '' %]
<br><a href="[%- product.milestone_url FILTER html %]">' <br><a href="[%- product.milestone_url FILTER html %]">
[%- product.milestone_url FILTER html %]'</a>. [%- product.milestone_url FILTER html %]</a>.
[% ELSE %] [% ELSE %]
be empty. be empty.
[% END %] [% END %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment