summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2012-01-31 21:06:32 -0800
committerArun Persaud <apersaud@lbl.gov>2012-01-31 21:06:32 -0800
commitaf2046f113109cc6ceaafcbce96377978e12c5a5 (patch)
tree2c9bd5bbb4d3169d132a938d3b37b2a53b437b32
parente9a0778e2270c200bdb77034a56c7c613606d737 (diff)
downloade-DoKo-af2046f113109cc6ceaafcbce96377978e12c5a5.tar.gz
e-DoKo-af2046f113109cc6ceaafcbce96377978e12c5a5.tar.bz2
e-DoKo-af2046f113109cc6ceaafcbce96377978e12c5a5.zip
fixed link to gravatar home page
an extra slash made the link relative, which of cource didn't work
-rw-r--r--include/preferences.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/preferences.php b/include/preferences.php
index 61ce1cd..f1c45bd 100644
--- a/include/preferences.php
+++ b/include/preferences.php
@@ -538,7 +538,7 @@ if($changed_openid)
echo " </fieldset>\n";
echo ' <fieldset><legend>'._('Submit')."</legend><input type=\"submit\" name=\"passwd\" value=\"set\" /></fieldset>\n";
echo " </form>\n";
-echo ' <p>'._('E-DoKo uses <a href=\"http://www.gravatar.org\">gravatars</a> as icons.').'</p>';
+echo ' <p>'._('E-DoKo uses <a href="http://www.gravatar.org">gravatars</a> as icons.').'</p>';
echo "</div>\n";
// add jquery date picker if html5 is not available