diff options
author | timeless%mozdev.org <> | 2007-01-08 08:54:33 +0100 |
---|---|---|
committer | timeless%mozdev.org <> | 2007-01-08 08:54:33 +0100 |
commit | 4a26ce0c5b4bdd4e746090261cb4b85905bf417b (patch) | |
tree | 002c6efe63226e291011e0263ec6bfaf78feeae2 | |
parent | ed2e2d8ba2d6514c9c8ecb525c750faf849fbce3 (diff) | |
download | bugzilla-4a26ce0c5b4bdd4e746090261cb4b85905bf417b.tar.gz bugzilla-4a26ce0c5b4bdd4e746090261cb4b85905bf417b.tar.xz |
Bug 365567 admin/fieldvalues/updated has useless <p>
patch by bmo2007@rsz.jp r=timeless a=justdave
-rw-r--r-- | template/en/default/admin/fieldvalues/updated.html.tmpl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/template/en/default/admin/fieldvalues/updated.html.tmpl b/template/en/default/admin/fieldvalues/updated.html.tmpl index c7f676e67..7b76abb63 100644 --- a/template/en/default/admin/fieldvalues/updated.html.tmpl +++ b/template/en/default/admin/fieldvalues/updated.html.tmpl @@ -47,10 +47,8 @@ [% END %] [% UNLESS (updated_sortkey || updated_value) %] - <p>Nothing changed for field value '[% value FILTER html %]'. + <p>Nothing changed for field value '[% value FILTER html %]'.</p> [% END %] - -<p> [% PROCESS admin/fieldvalues/footer.html.tmpl %] |