# File bin/dskexplorer.rb, line 87
def
html_escape
(
s
)
s
.
gsub
(
"&"
,
"&"
).
gsub
(
"<"
,
"<"
)
end