Kaynağa Gözat

added ( and ) to end markers of html parsing, fixed folder subscribing on UW

Luke Ehresman 25 yıl önce
ebeveyn
işleme
84433c8b9c
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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