I think this fixes the \n"\n"\n"\n" stuff in the address book.
authorfidian <fidian@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 31 Jan 2001 21:38:44 +0000 (21:38 +0000)
committerfidian <fidian@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 31 Jan 2001 21:38:44 +0000 (21:38 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1020 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/addrbook_search_html.php

index 7dcc067ca88b3f564a0774e87bea82173b2e3678..2fee39e987eee6ccae5dabbf091c016fda9eb2cd 100644 (file)
       echo '<input type=hidden value="';
       if (substr($body, 0, 1) == "\r")
           echo "\n";
-      echo htmlspecialchars($body) . '" name=body>\n"';
+      echo htmlspecialchars($body) . '" name=body>' . "\n";
       echo '<input type=hidden value="' . htmlspecialchars($subject)
-          . '" name=subject>\n"';
+          . '" name=subject>' . "\n";
       echo '<input type=hidden value="' . htmlspecialchars($send_to)
-          . '" name=send_to>\n"';
+          . '" name=send_to>' . "\n";
       echo "<input type=hidden value=\"" . htmlspecialchars($send_to_cc)
-          . '" name=send_to_cc>\n"';
+          . '" name=send_to_cc>' . "\n";
       echo "<input type=hidden value=\"" . htmlspecialchars($send_to_bcc)
-          . '" name=send_to_bcc>\n"';
+          . '" name=send_to_bcc>' . "\n";
       echo "<input type=hidden value=\"true\" name=from_htmladdr_search>\n";
    }