]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 173027 - code-error.html.tmpl misses a </em>. Patch by burnus; r=gerv.
authorgerv%gerv.net <>
Tue, 8 Oct 2002 05:20:52 +0000 (05:20 +0000)
committergerv%gerv.net <>
Tue, 8 Oct 2002 05:20:52 +0000 (05:20 +0000)
template/en/default/global/code-error.html.tmpl

index 572c216c69018c7eab662ab825cf3f074b755414..15db7d12540ef36f7eb33bcc7ee65210cf3c08ab 100644 (file)
     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" %]