diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2012-12-12 19:33:07 -0800 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2012-12-12 19:33:07 -0800 |
commit | 3762d60441255f64dca71c2f82df4493eb8f91f2 (patch) | |
tree | fadf678c913411daf3c0861e8595e0b5661f19e5 /pages/feedback.php | |
parent | bb073d3992e25cea8276550f7644979dd3bdfba4 (diff) | |
download | pathery-3762d60441255f64dca71c2f82df4493eb8f91f2.tar.xz |
Bug fixes:
Fixed bug where scores were being loaded twice.
Moved GZIP Compression to index.php
Updated login.php to call an error on empty email addresses.
Diffstat (limited to 'pages/feedback.php')
-rw-r--r-- | pages/feedback.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/feedback.php b/pages/feedback.php index 3e10cef..b98cba0 100644 --- a/pages/feedback.php +++ b/pages/feedback.php @@ -41,7 +41,7 @@ if (!$accepted) { echo "
<div class='wrapper'>
Sorry, you must be logged in to use this.
- <br />Please email us instead @ snap@pathery.com
+ <br />Please email us instead @ <a target='top' href='mailto:snap@pathery.com?Subject=Pathery%20Feedback'>snap@pathery.com</a>
</div>";
exit;
}
|