fixed link to gravatar home page
authorArun Persaud <arun@nubati.net>
Wed, 1 Feb 2012 05:06:32 +0000 (21:06 -0800)
committerArun Persaud <apersaud@lbl.gov>
Wed, 1 Feb 2012 05:06:32 +0000 (21:06 -0800)
an extra slash made the link relative, which of cource didn't work

include/preferences.php

index 61ce1cd5269471a7f69c6073310f0c79fac682e2..f1c45bdaee39be85bb79759ac16c4c5106f7af37 100644 (file)
@@ -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