diff options
author | timeless%mozdev.org <> | 2007-01-08 08:49:40 +0100 |
---|---|---|
committer | timeless%mozdev.org <> | 2007-01-08 08:49:40 +0100 |
commit | 7c6cdb420269295ee8656922b4833bd8ee9788aa (patch) | |
tree | b6f68fa2a6567fa2576fab7bf59d737571d8a7ac /template/en/default/admin/milestones | |
parent | 89fbcecc35ac21c31f510a185fb05d55a16c0edf (diff) | |
download | bugzilla-7c6cdb420269295ee8656922b4833bd8ee9788aa.tar.gz bugzilla-7c6cdb420269295ee8656922b4833bd8ee9788aa.tar.xz |
Bug 365495 . admin/milestones/footer produces invalid markup
patch by bmo2007@rsz.jp r=timeless a=justdave
Diffstat (limited to 'template/en/default/admin/milestones')
-rw-r--r-- | template/en/default/admin/milestones/footer.html.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/admin/milestones/footer.html.tmpl b/template/en/default/admin/milestones/footer.html.tmpl index 48a4d950a..774223e3b 100644 --- a/template/en/default/admin/milestones/footer.html.tmpl +++ b/template/en/default/admin/milestones/footer.html.tmpl @@ -33,11 +33,11 @@ # no_edit_other_milestones_link # no_add_milestone_link #%] - -<p> <hr> +<p> + [% UNLESS no_add_milestone_link %] <a title="Add a milestone to product '[% product.name FILTER html %]'" href="editmilestones.cgi?action=add&product= @@ -58,7 +58,7 @@ Edit other milestones of product <a href="editmilestones.cgi?product= [%- product.name FILTER url_quote %]">'[% product.name FILTER html %]'</a>. - + [% END %] Edit product <a |