Commit a9335791 authored by Vitaly Lipatov's avatar Vitaly Lipatov

Perl fixes to Template.pm

parent b2a82c97
...@@ -144,6 +144,12 @@ sub get_format { ...@@ -144,6 +144,12 @@ sub get_format {
# This has been rewritten to be faster, mainly by substituting 'as we go'. # This has been rewritten to be faster, mainly by substituting 'as we go'.
# If you want to modify this routine, read the comments carefully # If you want to modify this routine, read the comments carefully
sub get_bug_link3 {
my ($bb, $bug, $linktext, $options) = @_;
my $t = get_bug_link($bug, $linktext, $options);
return "$bb$t";
}
sub quoteUrls { sub quoteUrls {
my ($text, $bug, $comment, $user) = @_; my ($text, $bug, $comment, $user) = @_;
return $text unless $text; return $text unless $text;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment