diff options
author | timeless%mozdev.org <> | 2007-01-08 09:50:12 +0100 |
---|---|---|
committer | timeless%mozdev.org <> | 2007-01-08 09:50:12 +0100 |
commit | 3da97e970d36d1f3bbbe92702de7423499e1e10e (patch) | |
tree | 9e74db59f2e0b42fd0dac0aed23e9a65918579fc | |
parent | 0702eb6492ac19b80491e45c916da2dd7330f61c (diff) | |
download | bugzilla-3da97e970d36d1f3bbbe92702de7423499e1e10e.tar.gz bugzilla-3da97e970d36d1f3bbbe92702de7423499e1e10e.tar.xz |
Bug 365498 admin/milestones/updated has useless <p>
patch by bmo2007@rsz.jp r=timeless a=justdave
-rw-r--r-- | template/en/default/admin/milestones/updated.html.tmpl | 7 |
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 %] |