diff options
-rw-r--r-- | prog/sear.php/index.php | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/prog/sear.php/index.php b/prog/sear.php/index.php index 9b9cbd4..8e48d95 100644 --- a/prog/sear.php/index.php +++ b/prog/sear.php/index.php @@ -59,7 +59,6 @@ function query_google ($s, $image = false, $noredirect = false, $bindstring = fa } $results = []; $x = new DOMDocument(); - // file_put_contents("/tmp/x", $txtdoc); $txtdoc = mb_convert_encoding($txtdoc, "ISO-8859-1"); $x->loadHTML($txtdoc); if ($image) @@ -122,15 +121,15 @@ function template ($title, $queryinfo, $body, $query = "", $additionalform = "", $query = htmlspecialchars($query); $title = htmlspecialchars($title); $buttons = " - <input type=submit value=๐ ><span>=></span></button> - <input type=submit accesskey=f type=submit name=f value=ฦฑ ><span>1.</span></button> - <input type=submit accesskey=i type=submit name=i value=๐ผ><span>[^]</span></button> + <input type=submit value=๐ /> <!-- => --> + <input type=submit accesskey=f type=submit name=f value=ฦฑ /> <!-- 1. --> + <input type=submit accesskey=i type=submit name=i value=๐ผ /> <!-- [^] --> "; if ($imgfirst) { $buttons = " - <input type=submit name=i value=๐ผ><span>[^]</span></button> - <input type=submit accesskey=i type=submit value=๐ ><span>=></span></button> - <input type=submit accesskey=f type=submit name=f value=ฦฑ ><span>1.</span></button> + <input type=submit accesskey=i type=submit name=i value=๐ผ /> <!-- [^] --> + <input type=submit value=๐ /> <!-- => --> + <input type=submit accesskey=f type=submit name=f value=ฦฑ /> <!-- 1. --> "; } return " |