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 @@
<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 %]
......
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