From af2046f113109cc6ceaafcbce96377978e12c5a5 Mon Sep 17 00:00:00 2001
From: Arun Persaud <arun@nubati.net>
Date: Tue, 31 Jan 2012 21:06:32 -0800
Subject: fixed link to gravatar home page

an extra slash made the link relative, which of cource didn't work
---
 include/preferences.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
cgit v1.2.3-18-g5258