Explorar el Código

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

Luke Ehresman hace 25 años
padre
commit
84433c8b9c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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