diff options
author | Alib <aliboba@free.fr> | 2010-03-30 16:06:06 +0200 |
---|---|---|
committer | Alib <aliboba@free.fr> | 2010-03-30 16:06:06 +0200 |
commit | 60c3a5b84852066123be23c04329ee1b628f1383 (patch) | |
tree | b7ef1caf3c81b344389af1a45b24172c2ec7eb7e | |
parent | 40739c2945366cd7385021a44b43a06073c9999f (diff) | |
download | istreamdev-60c3a5b84852066123be23c04329ee1b628f1383.tar.gz istreamdev-60c3a5b84852066123be23c04329ee1b628f1383.tar.bz2 |
missing </li> in index
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |