Fixed table item output by appending html attribute for WSF widget table item.

This commit is contained in:
2015-12-28 17:40:59 +01:00
parent 4fc4b02449
commit b5d6a75155

View File

@@ -70,6 +70,7 @@ feature -- Conversion
a_html.append ("<td")
append_css_class_to (a_html, Void)
append_css_style_to (a_html)
append_html_attributes_to (a_html)
a_html.append_character ('>')
content.append_to_html (a_theme, a_html)
a_html.append ("</td>")