diff options
author | terry%mozilla.org <> | 1999-07-27 05:50:10 +0200 |
---|---|---|
committer | terry%mozilla.org <> | 1999-07-27 05:50:10 +0200 |
commit | 994b8e57cee9e11db989c5cb42604881f31e61d2 (patch) | |
tree | 4f19ca8afe535f23940523ecdebd49ed85094ba9 /defparams.pl | |
parent | 9b2a5338b3ca653fb80258d735f095888d96ac73 (diff) | |
download | bugzilla-994b8e57cee9e11db989c5cb42604881f31e61d2.tar.gz bugzilla-994b8e57cee9e11db989c5cb42604881f31e61d2.tar.xz |
Patch by jtg@varesearch.com -- fixed stupid typo in default value for
blurbhtml.
Diffstat (limited to 'defparams.pl')
-rw-r--r-- | defparams.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/defparams.pl b/defparams.pl index fb8fd5f48..23d7c41c6 100644 --- a/defparams.pl +++ b/defparams.pl @@ -154,7 +154,7 @@ DefParam("blurbhtml", "l", "This is <B>Bugzilla</B>: the Mozilla bug system. For more information about what Bugzilla is and what it can do, see -<A HREF=\"http://www.mozilla.org/>mozilla.org\"</A>'s +<A HREF=\"http://www.mozilla.org/\">mozilla.org</A>'s <A HREF=\"http://www.mozilla.org/bugs/\"><B>bug pages</B></A>."); |