summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorINOPIAE <inopiae@cacert.org>2013-05-01 14:00:09 +0200
committerINOPIAE <inopiae@cacert.org>2013-05-01 14:00:09 +0200
commite6168fd1879a515c349fb99d60748be33bcb6b6e (patch)
tree211aa9168508fc8959ef71b50635e22603c86436
parentd58d6927c0aa3d92134c88a067b25ab99f39cb69 (diff)
downloadcacert-devel-e6168fd1879a515c349fb99d60748be33bcb6b6e.tar.gz
cacert-devel-e6168fd1879a515c349fb99d60748be33bcb6b6e.tar.xz
cacert-devel-e6168fd1879a515c349fb99d60748be33bcb6b6e.zip
bug 1094: changed support@c.o. to mailto link
-rw-r--r--www/disputes.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/disputes.php b/www/disputes.php
index b323457..e4116ae 100644
--- a/www/disputes.php
+++ b/www/disputes.php
@@ -328,7 +328,7 @@
if(mysql_num_rows($res) > 0)
{
showheader(_("Domain Dispute"));
- printf(_("The domain '%s' is included in an organisation account. Please send a mail to support@cacert.org to dispute this domain."), sanitizeHTML($domain));
+ printf(_("The domain '%s' is included in an organisation account. Please send a mail to %s to dispute this domain."), sanitizeHTML($domain),'<a href="mailto:support@cacert.org">support@cacert.org</a>');
showfooter();
exit;
}