Commit 8bd3a679 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 392821: Remove obsolete instructions in template variables.none.tmpl…

Bug 392821: Remove obsolete instructions in template variables.none.tmpl concerning bug_re - Patch by Eclipse Webmaster <webmaster@eclipse.org> r/a=LpSolit
parent ab349390
......@@ -27,19 +27,6 @@
# Remember to PROCESS rather than INCLUDE this template.
#%]
[%# Note on changing terms:
# Changing this will not affect "linkification" of your new terms.
# This means if you change "bug" to "problem", then if you have
# "problem 3" in a comment, it won't become a clickable URL.
# To have that feature, you must edit the quoteUrls function in
# Bugzilla/Template.pm.
# Change the line:
# my $bug_re = qr/bug\s*\#?\s*(\d+)/i;
# to something like:
# my $bug_re = qr/(?:bug|problem)\s*\#?\s*(\d+)/i;
# (here "problem" was used instead of bug - substitute as needed!).
#%]
[% terms = {
"bug" => "bug",
"Bug" => "Bug",
......
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