diff options
Diffstat (limited to 'pages/searchepg.ecpp')
-rw-r--r-- | pages/searchepg.ecpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/searchepg.ecpp b/pages/searchepg.ecpp index f885d4e..2331074 100644 --- a/pages/searchepg.ecpp +++ b/pages/searchepg.ecpp @@ -251,7 +251,7 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html"); <& pageelems.logo &> <& menu active=("searchepg") &> <div class="inhalt"> - <form method="POST" name="searchepg" action="searchepg.ecpp"> + <form method="post" name="searchepg" action="searchepg.ecpp"> <input type="hidden" name="blacklistids_internal" value="<$ blacklistids_internal $>" id="blacklistids_internal"/> <table class="formular" cellpadding="0" cellspacing="0"> <tr class="head"> |