Use append_to_html rather than function to_html: STRING
this is mainly to avoid creating useless intermediary strings.
This commit is contained in:
@@ -82,7 +82,7 @@ feature -- Execution
|
||||
end
|
||||
fd.apply_to_associated_form
|
||||
end
|
||||
b.append (f.to_html (theme))
|
||||
f.append_to_html (theme, b)
|
||||
end
|
||||
else
|
||||
set_title ("Access denied")
|
||||
|
||||
@@ -87,7 +87,7 @@ feature -- Execution
|
||||
end
|
||||
fd.apply_to_associated_form
|
||||
end
|
||||
b.append (f.to_html (theme))
|
||||
f.append_to_html (theme, b)
|
||||
end
|
||||
else
|
||||
b.append ("<h1>Access denied</h1>")
|
||||
|
||||
Reference in New Issue
Block a user