]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/common.pl
Hilfsfunktionen fuer die Ausgabe von HTML-gequoteten Strings.
[mfinanz.git] / bin / mozilla / common.pl
index c7dbfe5f22655a529153caaaebfa48b28c384a1b..4ca0b8a0cd36e17d695301666b8616ec06d3d58c 100644 (file)
@@ -415,4 +415,8 @@ sub set_longdescription {
   $lxdebug->leave_sub();
 }
 
+sub H {
+  return $form->quote_html($_[0]);
+}
+
 1;