Browse Source

Also for this one

poesty 1 year ago
parent
commit
175a7d53a8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      engines/google/text.php

+ 1 - 1
engines/google/text.php

@@ -96,7 +96,7 @@
             }
             echo $response;
             if ($source)
-                echo "<a href=\"$source\" target=\"_blank\">" . htmlspecialchars($source) . "</a>";
+                echo "<a href=\"" . htmlspecialchars($source) . "\" target=\"_blank\">" . htmlspecialchars($source) . "</a>";
             echo "</p>";
 
             array_shift($results);