Browse Source

Commited Wrong Ver :P Added < and > to possible endinging

oricn 25 years ago
parent
commit
3ad7ce9cc4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      functions/url_parser.php

+ 1 - 1
functions/url_parser.php

@@ -18,7 +18,7 @@
    function parseUrl ($body) {
    function parseUrl ($body) {
       #Possible ways a URL could finish.
       #Possible ways a URL could finish.
 
 
-      $poss_ends=array(" ","\n","\r",">",".&nbsp","&nbsp");
+      $poss_ends=array(" ","\n","\r","<",">",".&nbsp","&nbsp");
       $done=False;
       $done=False;
       while (!$done) {
       while (!$done) {
          #Look for when a URL starts
          #Look for when a URL starts