diff options
Diffstat (limited to 'template/en/default/admin/components/updated.html.tmpl')
-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 %] |