From 8a0f1f027220138f8f4250e05870ebbc329fa4a9 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 22 Jul 2009 23:55:09 +0000 Subject: [PATCH] Fix: Bad url in gravatar module --- htdocs/html.form.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/html.form.class.php b/htdocs/html.form.class.php index a8a8b3ccf19..bc566f6660e 100644 --- a/htdocs/html.form.class.php +++ b/htdocs/html.form.class.php @@ -2815,7 +2815,7 @@ class Form { global $dolibarr_main_url_root; $ret.=''; - $ret.='Photo found on Gravatar'; + $ret.='Photo found on Gravatar'; } else {