[mnemo] RELENG: patch to remove extra \n from menu

Leena Heino Leena.Heino at uta.fi
Mon Dec 30 10:50:00 PST 2002


Here's the patch:
--- mnemo/lib/Mnemo.php.orig	Sun Dec 29 10:56:28 2002
+++ mnemo/lib/Mnemo.php	Mon Dec 30 10:38:39 2002
@@ -62,7 +62,7 @@
     {
         $html = "<select name=\"$name\">";

-        $html .= '<option value="">'. _("Select Category") . '</option>\n';
+        $html .= '<option value="">'. _("Select Category") . "</option>\n";

         if ($newheader) {
             $html .= '<option value="">----' . "</option>\n";

-- 
  -- Leena Heino (liinu at uta.fi)


More information about the mnemo mailing list