]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/common.pl
Das Quoten/Unquoten von speziellen Zeichen in zentrale Hilfsfunktionen in Locale...
[mfinanz.git] / bin / mozilla / common.pl
index f3fc1e80a21c274fb6dced039cbf542ec8bb4e34..42b6676533f4bb1730a4a30a965e61ca188749b3 100644 (file)
@@ -328,11 +328,11 @@ sub set_longdescription {
 # -------------------------------------------------------------------------
 
 sub H {
-  return $form->quote_html($_[0]);
+  return $locale->quote_special_chars('HTML', $_[0]);
 }
 
 sub Q {
-  return $form->quote($_[0]);
+  return $locale->quote_special_chars('URL@HTML', $_[0]);
 }
 
 sub E {