diff --git a/index.php b/index.php index d6d5b19..3f9874c 100644 --- a/index.php +++ b/index.php @@ -229,6 +229,8 @@ $formats = Format::searchInformation(); $status .= 'debug mode active'; } + $query = filter_input(INPUT_GET, 'q'); + echo <<

RSS-Bridge

@@ -239,7 +241,7 @@ $formats = Format::searchInformation();

Search

+ onchange="search()" onkeyup="search()" value="{$query}"> EOD;