Bug 173027 - code-error.html.tmpl misses a </em>. Patch by burnus; r=gerv.

This commit is contained in:
gerv%gerv.net 2002-10-07 22:20:52 +00:00
parent e7917def35
commit eb33fa7e0c

View File

@ -105,7 +105,7 @@
The flag status <em>[% variables.status FILTER html %]</em> is invalid.
[% ELSIF error == "flag_type_component_nonexistent" %]
The component <em>[% variables.component FILTER html %] does not exist
The component <em>[% variables.component FILTER html %]</em> does not exist
in the product <em>[% variables.product FILTER html %]</em>.
[% ELSIF error == "flag_type_component_without_product" %]