diff options
author | timeless%mozdev.org <> | 2007-01-08 08:53:03 +0100 |
---|---|---|
committer | timeless%mozdev.org <> | 2007-01-08 08:53:03 +0100 |
commit | 3a4983be669a89094b929caf61af7b7f120312e0 (patch) | |
tree | 36050d2ae37c37a84bee951f9036396d718d8a23 | |
parent | 7300dc19275b35db8db5941067b1105dc169b2ed (diff) | |
download | bugzilla-3a4983be669a89094b929caf61af7b7f120312e0.tar.gz bugzilla-3a4983be669a89094b929caf61af7b7f120312e0.tar.xz |
Bug 365564 admin/components/updated uses strange mark up
patch by bmo2007@rsz.jp r=timeless a=justdave
-rw-r--r-- | template/en/default/admin/components/updated.html.tmpl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/template/en/default/admin/components/updated.html.tmpl b/template/en/default/admin/components/updated.html.tmpl index a4cbfdf5b..3a07a7728 100644 --- a/template/en/default/admin/components/updated.html.tmpl +++ b/template/en/default/admin/components/updated.html.tmpl @@ -52,7 +52,6 @@ %] [% IF updated_description %] - <p> <table> <tr> <td>Updated description to:</td> @@ -91,7 +90,7 @@ [% UNLESS updated_description || updated_initialowner || updated_initialqacontact || updated_name || updated_initialcc %] - <p>Nothing changed for component '[% comp.name FILTER html %]'. + <p>Nothing changed for component '[% comp.name FILTER html %]'.</p> [% END %] [% PROCESS admin/components/footer.html.tmpl %] |