Restore the []s

This commit is contained in:
Chris 2015-08-03 15:14:37 +01:00
parent 276ca8e0cd
commit bb79a21849

View File

@ -1087,7 +1087,7 @@ sub _fix_link_underscores {
my $text = shift; my $text = shift;
$text =~ s/\\_/_/g; $text =~ s/\\_/_/g;
return $text; return "[".$text."]";
} }