From: gerv%gerv.net <> Date: Fri, 30 Jan 2004 16:48:13 +0000 (+0000) Subject: Bug 232494 - fix missing space between words. Patch by gerv; r,a=justdave. X-Git-Tag: bugzilla-2.17.7~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54133ed36c89311d6da89ca1b32421aed997fe4c;p=thirdparty%2Fbugzilla.git Bug 232494 - fix missing space between words. Patch by gerv; r,a=justdave. --- diff --git a/template/en/default/attachment/diff-header.html.tmpl b/template/en/default/attachment/diff-header.html.tmpl index febd46a262..ff0f414a74 100644 --- a/template/en/default/attachment/diff-header.html.tmpl +++ b/template/en/default/attachment/diff-header.html.tmpl @@ -299,7 +299,7 @@ tbody.file pre:empty { [% END %] [% IF warning == "interdiff2" %] this difference between two patches may be inaccurate due to a limitation in - [% terms.Bugzilla %] when comparing patches made against different revisions. + [%+ terms.Bugzilla %] when comparing patches made against different revisions. [% END %] [% END %]