From dcbe0221cf2c0f1adc09eafc049d8d25a37520ef Mon Sep 17 00:00:00 2001 From: Carsten Schmitz Date: Mon, 30 Nov 2009 02:42:50 +0000 Subject: [PATCH] Fixed issue #3923: Little layout issue at List Survey git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey@8013 b72ed6b6-b9f8-46b5-92b4-906544132732 --- admin/html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/html.php b/admin/html.php index ee84510763c..963125a911d 100644 --- a/admin/html.php +++ b/admin/html.php @@ -189,7 +189,7 @@ ""; $listsurveys.="
" ; } - else $listsurveys="
".$clang->gT("No Surveys available - please create one.")."

" ; + else $listsurveys="

".$clang->gT("No Surveys available - please create one.")."

" ; } if ($action == "personalsettings")