Commit 5cdbfa01 authored by gerv%gerv.net's avatar gerv%gerv.net

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

parent c84c1809
......@@ -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" %]
......
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