summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortimeless%mozdev.org <>2007-01-08 08:47:13 +0100
committertimeless%mozdev.org <>2007-01-08 08:47:13 +0100
commit762d296e427c2cc7020a55b492eb315257fc8379 (patch)
tree2df49ec1afc5a9065e8b1911b9a73ac5ec14e2f2
parent0e156a62f427afc49fbf5331b0d5ad6c36f420a7 (diff)
downloadbugzilla-762d296e427c2cc7020a55b492eb315257fc8379.tar.gz
bugzilla-762d296e427c2cc7020a55b492eb315257fc8379.tar.xz
Bug 365487 admin/fieldvalues/footer produces invalid markup
patch by bmo2007@rsz.jp r=timeless a=justdave
-rw-r--r--template/en/default/admin/fieldvalues/footer.html.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/admin/fieldvalues/footer.html.tmpl b/template/en/default/admin/fieldvalues/footer.html.tmpl
index f7b522f28..27428f66d 100644
--- a/template/en/default/admin/fieldvalues/footer.html.tmpl
+++ b/template/en/default/admin/fieldvalues/footer.html.tmpl
@@ -26,11 +26,11 @@
# no_edit_other_link
# no_add_link
#%]
-
-<p>
<hr>
+<p>
+
[% UNLESS no_add_link %]
<a title="Add a value for the '[% field FILTER html %]' field."
href="editvalues.cgi?action=add&amp;field=
@@ -50,7 +50,7 @@
Edit other values for the <a
href="editvalues.cgi?field=
[%- field FILTER url_quote %]">'[% field FILTER html %]'</a> field.
-
+
[% END %]
</p>