Explorar o código

Wrong version commited last time :P

oricn %!s(int64=25) %!d(string=hai) anos
pai
achega
f1f530bb81
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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", "<", ">", ".\r", ".\n", ".&nbsp", "&nbsp", ")", "(");
+      $poss_ends=array(" ", "\n", "\r", "<", ">", ".\r", ".\n", ".&nbsp", "&nbsp", ")", "(","&quot");
       $done=False;
       $done=False;
       while (!$done) {
       while (!$done) {
          #Look for when a URL starts
          #Look for when a URL starts