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