Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion extensions/AntiSpam/lib/Config.pm
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ sub get_param_list {
default => "This account has been automatically disabled as a result of "
. "a high number of comments tagged as abusive.<br>\n<br>\n"
. "All interactions on Bugzilla should follow our "
. "<a href=\"https://bugzilla.mozilla.org/page.cgi?id=etiquette.html\">"
. "<a href=\""
. Bugzilla->localconfig->{'urlbase'}
. "page.cgi?id=etiquette.html\">"
. "etiquette guidelines</a>.<br>\n<br>\n"
. "Please contact the address at the end of this message if you "
. "believe this to be an error, or if you would like your account "
Expand Down