From f5429758726199c84bae100a2069e65b5faada25 Mon Sep 17 00:00:00 2001 From: YNH Webdev Date: Fri, 6 Sep 2013 18:13:23 +0200 Subject: [PATCH] Small render fix --- library/server/wsf_html/webcontrol/wsf_control.e | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/server/wsf_html/webcontrol/wsf_control.e b/library/server/wsf_html/webcontrol/wsf_control.e index 9032e940..6f61e0b3 100644 --- a/library/server/wsf_html/webcontrol/wsf_control.e +++ b/library/server/wsf_html/webcontrol/wsf_control.e @@ -97,7 +97,7 @@ feature do l_attributes := attributes if not css_classes_string.is_empty then - l_attributes := " class=%"" + css_classes_string + "%"" + l_attributes := l_attributes + " class=%"" + css_classes_string + "%"" end Result := "<" + tag + " id=%"" + control_name + "%" data-name=%"" + control_name + "%" data-type=%"" + generator + "%" " + l_attributes if body.is_empty and not tag.is_equal ("textarea") then