RELENG: patch to remove extra \n from menu

Leena Heino <[email protected]> Mon, 30 Dec 2002 10:50:00 +0200 (EET)
Newsgroups gmane.comp.horde.mnemo
Message-ID <[email protected]>
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)

-- 
Mnemo mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [email protected]