Commit 7ccc0358 authored by Vitaly Lipatov's avatar Vitaly Lipatov

Perl fixes to Template.pm

parent c9e05e57
......@@ -144,6 +144,12 @@ sub get_format {
# This has been rewritten to be faster, mainly by substituting 'as we go'.
# 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 {
my ($text, $bug, $comment, $user) = @_;
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