Accepts string general in html_encoded_string.

This commit is contained in:
2018-11-16 18:55:23 +01:00
parent 8241c0209a
commit 7f36e539f1

View File

@@ -149,9 +149,9 @@ feature {WSF_RESPONSE} -- Output
feature -- HTML facilities
html_encoded_string (s: READABLE_STRING_32): READABLE_STRING_8
html_encoded_string (s: READABLE_STRING_GENERAL): READABLE_STRING_8
do
Result := html_encoder.encoded_string (s)
Result := html_encoder.general_encoded_string (s)
end
feature {NONE} -- HTML Generation