summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 547940c..639a0f6 100644
--- a/index.php
+++ b/index.php
@@ -233,7 +233,7 @@ if (substr_count($_SERVER['HTTP_ACCEPT_ENCODING'], 'gzip')) ob_start("ob_gzhandl
<li><span class="timertitle">IN Channel:</span></li>
<li><select id="epg_chan"><option value="all">All channels</option></select></li>
<li><span class="timertitle">ON Day:</span></li>
- <li><select id="epg_day"><option value="today">Today</option></select>
+ <li><select id="epg_day"><option value="today">Today</option></select></li>
<li><span class="timertitle">AT Time:</span></li>
<li><select id="epg_time"></select></li>
</ul>