Small render fix

This commit is contained in:
YNH Webdev
2013-09-06 18:13:23 +02:00
parent 4dd4678b65
commit f542975872

View File

@@ -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