Sfoglia il codice sorgente

Wrong version commited last time :P

oricn 25 anni fa
parent
commit
f1f530bb81
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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", "<", ">", ".\r", ".\n", ".&nbsp", "&nbsp", ")", "(");
+      $poss_ends=array(" ", "\n", "\r", "<", ">", ".\r", ".\n", ".&nbsp", "&nbsp", ")", "(","&quot");
       $done=False;
       while (!$done) {
          #Look for when a URL starts