diff options
| author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-07-22 17:22:00 +0000 |
|---|---|---|
| committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-07-22 17:22:00 +0000 |
| commit | e53dae90e2454400d57d815086c762684cf846b9 (patch) | |
| tree | 90d735e7f79bc4c00029eacc647fe6c4c021d4bc /pages/edit_searchtimer.ecpp | |
| parent | 213b98b4f18076c8b9e42b6868beaa3a640ae4e6 (diff) | |
| download | vdr-plugin-live-e53dae90e2454400d57d815086c762684cf846b9.tar.gz vdr-plugin-live-e53dae90e2454400d57d815086c762684cf846b9.tar.bz2 | |
- Some changes to enhance W3C XHTML strict compatibility.
- Timer are called with epgid instead channelid and eventid.
Diffstat (limited to 'pages/edit_searchtimer.ecpp')
| -rw-r--r-- | pages/edit_searchtimer.ecpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/edit_searchtimer.ecpp b/pages/edit_searchtimer.ecpp index 4d27b59..9fd1c02 100644 --- a/pages/edit_searchtimer.ecpp +++ b/pages/edit_searchtimer.ecpp @@ -453,7 +453,7 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html"); <& pageelems.logo &> <& menu active=("searchtimers") &> <div class="inhalt"> - <form method="POST" name="edit_searchtimer" action="edit_searchtimer.ecpp"> + <form method="post" name="edit_searchtimer" action="edit_searchtimer.ecpp"> <input type="hidden" name="searchtimerid" value="<$ searchtimerid $>"/> <input type="hidden" name="blacklistids_internal" value="<$ blacklistids_internal $>" id="blacklistids_internal"/> <table class="formular" cellpadding="0" cellspacing="0"> |
