Wrong version commited last time :P
[squirrelmail.git] / functions / url_parser.php
index 5b285391f8cf93404570d6e694bc4431da8ccf7a..cc0accca1f8d0769d2fa6e2f5a95697e1d661004 100644 (file)
@@ -18,7 +18,7 @@
    function parseUrl ($body) {
       #Possible ways a URL could finish.
 
-      $poss_ends=array(" ", "\n", "\r", "<", ">", ".\r", ".\n", ".&nbsp", "&nbsp", ")", "(");
+      $poss_ends=array(" ", "\n", "\r", "<", ">", ".\r", ".\n", ".&nbsp", "&nbsp", ")", "(","&quot");
       $done=False;
       while (!$done) {
          #Look for when a URL starts