瀏覽代碼

Also for this one

poesty 1 年之前
父節點
當前提交
175a7d53a8
共有 1 個文件被更改,包括 1 次插入1 次删除
  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);