From 5e234eefe9128d28bfbf72c63c8183472c2b0153 Mon Sep 17 00:00:00 2001 From: Denis Flaven Date: Tue, 5 Apr 2011 13:42:43 +0000 Subject: [PATCH] Special class/style for form details. SVN:trunk[1178] --- application/webpage.class.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/webpage.class.inc.php b/application/webpage.class.inc.php index 9c2046a0e..948237f80 100644 --- a/application/webpage.class.inc.php +++ b/application/webpage.class.inc.php @@ -246,7 +246,7 @@ class WebPage */ public function GetDetails($aFields) { - $sHtml = "\n"; + $sHtml = "
\n"; $sHtml .= "\n"; foreach($aFields as $aAttrib) {