diff options
author | gerv%gerv.net <> | 2004-01-30 17:48:13 +0100 |
---|---|---|
committer | gerv%gerv.net <> | 2004-01-30 17:48:13 +0100 |
commit | 54133ed36c89311d6da89ca1b32421aed997fe4c (patch) | |
tree | b39496587a37d955c3c765877eb5f675af3b0778 /template/en/default | |
parent | 91e03b299f08c5999acd3d6dd10268f0fcaad36d (diff) | |
download | bugzilla-54133ed36c89311d6da89ca1b32421aed997fe4c.tar.gz bugzilla-54133ed36c89311d6da89ca1b32421aed997fe4c.tar.xz |
Bug 232494 - fix missing space between words. Patch by gerv; r,a=justdave.
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/attachment/diff-header.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/attachment/diff-header.html.tmpl b/template/en/default/attachment/diff-header.html.tmpl index febd46a26..ff0f414a7 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 %] </h2> [% END %] |