removed compliance on ewsgi, since now we target WSF

applied recent changes related to WSF_VALUE
This commit is contained in:
Jocelyn Fiat
2011-11-02 16:11:40 +01:00
parent a2bf68e18a
commit 16cab53fb4
3 changed files with 3 additions and 20 deletions

View File

@@ -32,7 +32,7 @@ feature {NONE} -- Implementation
across
v as cur
loop
Result.append_string (cur.item.name.as_string_8 + " = " + cur.item.as_string.as_string_8 + "%N")
Result.append_string (cur.item.name.as_string_8 + " = " + cur.item.string_representation.as_string_8 + "%N")
end
if using_pre then
Result.append ("</pre>")