summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Template.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/Template.pm')
-rw-r--r--Bugzilla/Template.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/Bugzilla/Template.pm b/Bugzilla/Template.pm
index aca7cb9f0..4abc8a6ee 100644
--- a/Bugzilla/Template.pm
+++ b/Bugzilla/Template.pm
@@ -809,6 +809,8 @@ sub create {
{
$var = wrap_comment($var, 72);
}
+ $var =~ s/\ / /g;
+
return $var;
},