Small fix removed DOCTYPE

This commit is contained in:
Severin Münger
2013-09-13 00:41:31 +02:00
parent b1cf630443
commit 9c65194d91
3 changed files with 23 additions and 2 deletions

View File

@@ -51,7 +51,7 @@ feature
if not css_classes_string.is_empty then
l_attributes := l_attributes + " class=%"" + css_classes_string + "%""
end
Result := "<" + tag + l_attributes
Result := "<" + tag + " " + l_attributes
if body.is_empty and not tag.is_equal ("textarea") then
Result := Result + " />"
else