summaryrefslogtreecommitdiffstats
path: root/globals.pl
diff options
context:
space:
mode:
Diffstat (limited to 'globals.pl')
-rw-r--r--globals.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/globals.pl b/globals.pl
index 6dba9c720..c7f848c8a 100644
--- a/globals.pl
+++ b/globals.pl
@@ -911,7 +911,7 @@ sub quoteUrls {
}
$text = value_quote($text);
- $text =~ s/\
/\n/g;
+ $text =~ s/\
/\n/g;
# Stuff everything back from the array.
for (my $i=0 ; $i<$count ; $i++) {