summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlib <aliboba@free.fr>2010-03-30 16:06:06 +0200
committerAlib <aliboba@free.fr>2010-03-30 16:06:06 +0200
commit60c3a5b84852066123be23c04329ee1b628f1383 (patch)
treeb7ef1caf3c81b344389af1a45b24172c2ec7eb7e
parent40739c2945366cd7385021a44b43a06073c9999f (diff)
downloadistreamdev-60c3a5b84852066123be23c04329ee1b628f1383.tar.gz
istreamdev-60c3a5b84852066123be23c04329ee1b628f1383.tar.bz2
missing </li> in index
-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>