Small changes/fixes

This commit is contained in:
Severin Münger
2013-09-13 01:08:18 +02:00
parent 9c65194d91
commit f53974b138
8 changed files with 57 additions and 33 deletions

View File

@@ -16,7 +16,7 @@ create
feature {NONE}
make_html (n,t,v: STRING)
make_html (n, t, v: STRING)
do
make_control (n, t)
html := v
@@ -49,7 +49,7 @@ feature -- Implementation
render: STRING
do
Result := render_tag (html,"")
Result := render_tag (html, "")
end
set_html (t: STRING)
@@ -69,6 +69,4 @@ feature
html: STRING
end