Fix one other place where an email address is hard-coded.

This commit is contained in:
Bradley M. Kuhn 2013-12-18 19:06:35 -05:00
parent 047e7d98dd
commit 84c9402b81

View file

@ -128,7 +128,7 @@ global $committee_email;
if (isset ($error) && $error != "") {
echo "".$error."\n";
echo "<p>If you don't understand the error, you should probably contact the $committee_name, which can be reached at <a href=\"mailto:elections@gnome.org\">$committee_email</a>.</p>\n";
echo "<p>If you don't understand the error, you should probably contact the $committee_name, which can be reached at <a href=\"mailto:$committee_email\">$committee_email</a>.</p>\n";
}
if (isset ($handle))