From: Felix Kästner Date: Tue, 30 Jun 2015 16:49:06 +0000 (+0200) Subject: add keyword as title to buttons X-Git-Url: https://fpunktk.de/gitweb/?p=consearch.git;a=commitdiff_plain;h=0e56febe1c99436a1467cb4ee346284dc8c5a292 add keyword as title to buttons --- diff --git a/index.php b/index.php index 772a68a..a4e8442 100644 --- a/index.php +++ b/index.php @@ -167,7 +167,7 @@ se["gsm"] = ["gsm", "http://www.gsmarena.com/results.php3?sQuickSearch=yes&sName function display_searchbuttons() { document.getElementById("searchbuttons").innerHTML = ""; for ( kw in se ) { - document.getElementById("searchbuttons").innerHTML += ' \n"; + document.getElementById("searchbuttons").innerHTML += ' \n"; } }