summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorgerv%gerv.net <>2002-10-08 07:20:52 +0200
committergerv%gerv.net <>2002-10-08 07:20:52 +0200
commit5cdbfa01288bb9739fe080e6f443d8672992cea3 (patch)
tree07fe9e587afab397b66b6c6b15b695aba4ab3299 /template
parentc84c1809b5bda16318a5dad7be9440a1be4a5fc0 (diff)
downloadbugzilla-5cdbfa01288bb9739fe080e6f443d8672992cea3.tar.gz
bugzilla-5cdbfa01288bb9739fe080e6f443d8672992cea3.tar.xz
Bug 173027 - code-error.html.tmpl misses a </em>. Patch by burnus; r=gerv.
Diffstat (limited to 'template')
-rw-r--r--template/en/default/global/code-error.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl
index 572c216c6..15db7d125 100644
--- a/template/en/default/global/code-error.html.tmpl
+++ b/template/en/default/global/code-error.html.tmpl
@@ -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" %]