Ich bin faul. Also brauche ich analog zu H() auch ein Q().
authorMoritz Bunkus <m.bunkus@linet-services.de>
Fri, 26 Jan 2007 15:55:24 +0000 (15:55 +0000)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Fri, 26 Jan 2007 15:55:24 +0000 (15:55 +0000)
bin/mozilla/common.pl

index 30548f6..18cb890 100644 (file)
@@ -420,6 +420,10 @@ sub H {
   return $form->quote_html($_[0]);
 }
 
+sub Q {
+  return $form->quote($_[0]);
+}
+
 sub format_dates {
   $lxdebug->enter_sub();