diff options
author | Arun Persaud <arun@nubati.net> | 2012-01-31 21:06:32 -0800 |
---|---|---|
committer | Arun Persaud <apersaud@lbl.gov> | 2012-01-31 21:06:32 -0800 |
commit | af2046f113109cc6ceaafcbce96377978e12c5a5 (patch) | |
tree | 2c9bd5bbb4d3169d132a938d3b37b2a53b437b32 /include | |
parent | e9a0778e2270c200bdb77034a56c7c613606d737 (diff) | |
download | e-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
Diffstat (limited to 'include')
-rw-r--r-- | include/preferences.php | 2 |
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 |