diff options
author | Martin Gummi <martin.gummi@cacert.org> | 2014-12-02 22:31:18 +0100 |
---|---|---|
committer | Martin Gummi <martin.gummi@cacert.org> | 2014-12-02 22:31:18 +0100 |
commit | a42c69717d3d69aed7458954a4a7311783703f1b (patch) | |
tree | 9f289be25461fc6bb361cb581f3d9c0e522213c6 /pages/account | |
parent | 32afd2444a80a59646702e16293c438c8faf2d30 (diff) | |
download | cacert-devel-a42c69717d3d69aed7458954a4a7311783703f1b.tar.gz cacert-devel-a42c69717d3d69aed7458954a4a7311783703f1b.tar.xz cacert-devel-a42c69717d3d69aed7458954a4a7311783703f1b.zip |
bug-1302: uppercase to lowercase 40.php
Diffstat (limited to 'pages/account')
-rw-r--r-- | pages/account/40.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/account/40.php b/pages/account/40.php index 18fa5da..1ec9d7d 100644 --- a/pages/account/40.php +++ b/pages/account/40.php @@ -17,7 +17,7 @@ */ if(!array_key_exists('secrethash',$_SESSION['_config'])) $_SESSION['_config']['secrethash'] = md5(date("YmdHis").rand(0, intval(date("u")))); ?> -<H3><?=_("Contact Us")?></H3> +<h3><?=_("Contact Us")?></h3> <p><b><?=_("General Questions")?></b></p> <p><b><?=_("PLEASE NOTE: Due to the large amounts of support questions, incorrectly directed emails may be over looked, this is a volunteer effort and directing general questions to the right place will help everyone, including yourself as you will get a reply quicker.")?></b></p> |