瀏覽代碼

Chaneged a URL possible ending from < to > as it should have been!

oricn 25 年之前
父節點
當前提交
cf048be82e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      functions/url_parser.php

+ 1 - 1
functions/url_parser.php

@@ -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