Fixed a glich that caused the 'Viewing message' line to show a strange colour when...
[squirrelmail.git] / functions / url_parser.php
index 1b4c65eada0c7b4f59cd88197ad89bf57a6f158f..301222e50a6fd540af1711b4c793fa9c10efba24 100644 (file)
@@ -18,7 +18,7 @@
    function parseUrl ($body) {
       #Possible ways a URL could finish.
 
-      $poss_ends=array(" ","\n","\r",">",".&nbsp","&nbsp");
+      $poss_ends=array(" ","\n","\r","<",">",".&nbsp","&nbsp");
       $done=False;
       while (!$done) {
          #Look for when a URL starts