summaryrefslogtreecommitdiffstats
path: root/defparams.pl
diff options
context:
space:
mode:
authorterry%mozilla.org <>2000-03-08 02:59:38 +0100
committerterry%mozilla.org <>2000-03-08 02:59:38 +0100
commit77f66018f328fe5321fa95d76515a187231ad1f0 (patch)
treef61480d46cd47f5c5272b71d85d74ff21fdceca8 /defparams.pl
parent7f9697e92f49678189365c0a70349a55bf8d83c1 (diff)
downloadbugzilla-77f66018f328fe5321fa95d76515a187231ad1f0.tar.gz
bugzilla-77f66018f328fe5321fa95d76515a187231ad1f0.tar.xz
Contribution by Eli Goldberg <eli@prometheus-music.com> -- generic
bug-writing guidelines.
Diffstat (limited to 'defparams.pl')
-rw-r--r--defparams.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/defparams.pl b/defparams.pl
index 14fecf10c..c65de7664 100644
--- a/defparams.pl
+++ b/defparams.pl
@@ -444,7 +444,7 @@ DefParam("webdotbase",
DefParam("entryheaderhtml",
"This is a special header for the bug entry page. The text will be printed after the page header, before the bug entry form. It is meant to be a place to put pointers to intructions on how to enter bugs.",
"l",
- '');
+ '<A HREF="bugwritinghelp.html">Bug writing guidelines</A>');
DefParam("expectbigqueries",
"If this is on, then we will tell mysql to <tt>set option SQL_BIG_TABLES=1</tt> before doing queries on bugs. This will be a little slower, but one will not get the error <tt>The table ### is full</tt> for big queries that require a big temporary table.",