diff --git a/examples/tutorial/step_2/hello/hello.ecf b/examples/tutorial/step_2/hello/hello.ecf index f02b5159..951cb803 100644 --- a/examples/tutorial/step_2/hello/hello.ecf +++ b/examples/tutorial/step_2/hello/hello.ecf @@ -28,6 +28,7 @@ + diff --git a/library/server/wsf/router/wsf_filtered_routed_execution.e b/library/server/wsf/router/wsf_filtered_routed_execution.e index bec9a6e7..37a5b975 100644 --- a/library/server/wsf/router/wsf_filtered_routed_execution.e +++ b/library/server/wsf/router/wsf_filtered_routed_execution.e @@ -43,8 +43,6 @@ feature {NONE} -- Initialize initialize_filtered_router -- Initialize `router` and `filter`. - local - f: like filter do initialize_router initialize_filter diff --git a/library/server/wsf_html/widget/wsf_widget_table.e b/library/server/wsf_html/widget/wsf_widget_table.e index fa60d646..f59e45ba 100644 --- a/library/server/wsf_html/widget/wsf_widget_table.e +++ b/library/server/wsf_html/widget/wsf_widget_table.e @@ -15,6 +15,8 @@ inherit WSF_WITH_CSS_STYLE + WSF_WITH_HTML_ATTRIBUTE + ITERABLE [WSF_WIDGET_TABLE_ITEM] create @@ -230,6 +232,7 @@ feature -- Conversion append_css_id_to (a_html) append_css_class_to (a_html, Void) append_css_style_to (a_html) + append_html_attributes_to (a_html) a_html.append (">") if has_title then diff --git a/precomp/wsf-mt-safe.ecf b/precomp/wsf-mt-safe.ecf index 177cec63..24157c87 100644 --- a/precomp/wsf-mt-safe.ecf +++ b/precomp/wsf-mt-safe.ecf @@ -1,10 +1,11 @@ - - - + + + + diff --git a/precomp/wsf-scoop-safe.ecf b/precomp/wsf-scoop-safe.ecf index 6a94dc2e..61a076a8 100644 --- a/precomp/wsf-scoop-safe.ecf +++ b/precomp/wsf-scoop-safe.ecf @@ -1,10 +1,11 @@ - - - + + + +