summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/milestones
diff options
context:
space:
mode:
authortimeless%mozdev.org <>2007-01-08 09:50:12 +0100
committertimeless%mozdev.org <>2007-01-08 09:50:12 +0100
commit3da97e970d36d1f3bbbe92702de7423499e1e10e (patch)
tree9e74db59f2e0b42fd0dac0aed23e9a65918579fc /template/en/default/admin/milestones
parent0702eb6492ac19b80491e45c916da2dd7330f61c (diff)
downloadbugzilla-3da97e970d36d1f3bbbe92702de7423499e1e10e.tar.gz
bugzilla-3da97e970d36d1f3bbbe92702de7423499e1e10e.tar.xz
Bug 365498 admin/milestones/updated has useless <p>
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/updated.html.tmpl7
1 files changed, 3 insertions, 4 deletions
diff --git a/template/en/default/admin/milestones/updated.html.tmpl b/template/en/default/admin/milestones/updated.html.tmpl
index 4208e8d79..f55985534 100644
--- a/template/en/default/admin/milestones/updated.html.tmpl
+++ b/template/en/default/admin/milestones/updated.html.tmpl
@@ -26,7 +26,7 @@
# 'updated_XXX' variables are booleans, and are defined if the
# 'XXX' field was updated during the edit just being handled.
#%]
-
+
[% title = BLOCK %]Updating Milestone '[% milestone.name FILTER html %]' of Product
'[% product.name FILTER html %]'[% END %]
[% PROCESS global/header.html.tmpl
@@ -42,10 +42,9 @@
[% END %]
[% UNLESS updated_sortkey || updated_name %]
- <p>Nothing changed for milestone '[% milestone.name FILTER html %]'.
+ <p>Nothing changed for milestone '[% milestone.name FILTER html %]'.</p>
+
[% END %]
-
-<p>
[% PROCESS admin/milestones/footer.html.tmpl %]