]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 232485 - fix missing space between words. Patch by gerv; r,a=justdave.
authorgerv%gerv.net <>
Fri, 30 Jan 2004 16:49:14 +0000 (16:49 +0000)
committergerv%gerv.net <>
Fri, 30 Jan 2004 16:49:14 +0000 (16:49 +0000)
template/en/default/bug/create/create.html.tmpl

index efb81b760abbaa9f03db5f0dece6f5606a2f9572..f654779fc795874e57a100a835afdaac86cdc76b 100644 (file)
@@ -312,7 +312,7 @@ function set_assign_to() {
       <br>
       We've made a guess at your operating system and platform.
       Please check them and, if we got it wrong, email
-      [% Param('maintainer') %].
+      [%+ Param('maintainer') %].
     </td>
   </tr>
 [% END %]