rename sanitize to to_xml_string, add to_html_string
[catagits/Web-Simple.git] / lib / HTML / Tags.pm
index 6957831..de71d2c 100644 (file)
@@ -27,4 +27,6 @@ sub import {
   XML::Tags->import($opts, @HTML_TAGS, @rest);
 }
 
+sub to_html_string { XML::Tags::to_xml_string(@_) }
+
 1;