Fixed table item output by appending html attribute for WSF widget table item.
This commit is contained in:
@@ -70,6 +70,7 @@ feature -- Conversion
|
|||||||
a_html.append ("<td")
|
a_html.append ("<td")
|
||||||
append_css_class_to (a_html, Void)
|
append_css_class_to (a_html, Void)
|
||||||
append_css_style_to (a_html)
|
append_css_style_to (a_html)
|
||||||
|
append_html_attributes_to (a_html)
|
||||||
a_html.append_character ('>')
|
a_html.append_character ('>')
|
||||||
content.append_to_html (a_theme, a_html)
|
content.append_to_html (a_theme, a_html)
|
||||||
a_html.append ("</td>")
|
a_html.append ("</td>")
|
||||||
|
|||||||
Reference in New Issue
Block a user