From 93fb104077363228e87cc409b36a6b793f6ac4ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Garci=CC=81a=20de=20La=20Fuente?= Date: Fri, 3 Jan 2014 13:59:57 +0100 Subject: [PATCH] Image alternative text was empty in creation page of surveys --- htdocs/opensurvey/public/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/opensurvey/public/index.php b/htdocs/opensurvey/public/index.php index 2c78a86cb9d..4d722e703b9 100644 --- a/htdocs/opensurvey/public/index.php +++ b/htdocs/opensurvey/public/index.php @@ -53,8 +53,8 @@ print '
print $langs->trans("OrganizeYourMeetingEasily").'

-
-
+
+
';