Commit 3a4983be authored by timeless%mozdev.org's avatar timeless%mozdev.org

Bug 365564 admin/components/updated uses strange mark up

patch by bmo2007@rsz.jp r=timeless a=justdave
parent 7300dc19
...@@ -52,7 +52,6 @@ ...@@ -52,7 +52,6 @@
%] %]
[% IF updated_description %] [% IF updated_description %]
<p>
<table> <table>
<tr> <tr>
<td>Updated description to:</td> <td>Updated description to:</td>
...@@ -91,7 +90,7 @@ ...@@ -91,7 +90,7 @@
[% UNLESS updated_description || updated_initialowner || [% UNLESS updated_description || updated_initialowner ||
updated_initialqacontact || updated_name || updated_initialqacontact || updated_name ||
updated_initialcc %] updated_initialcc %]
<p>Nothing changed for component '[% comp.name FILTER html %]'. <p>Nothing changed for component '[% comp.name FILTER html %]'.</p>
[% END %] [% END %]
[% PROCESS admin/components/footer.html.tmpl %] [% PROCESS admin/components/footer.html.tmpl %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment