summaryrefslogtreecommitdiff
path: root/www/dailymod.pl
diff options
context:
space:
mode:
Diffstat (limited to 'www/dailymod.pl')
-rwxr-xr-xwww/dailymod.pl5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/dailymod.pl b/www/dailymod.pl
index 62fea28469..92a98bc7e4 100755
--- a/www/dailymod.pl
+++ b/www/dailymod.pl
@@ -17,7 +17,7 @@ sub list {
17 print "</ul>\n"; 17 print "</ul>\n";
18} 18}
19 19
20print "<table class=rockbox><tr><th>player</th><th>recorder</th><th>fmrecorder</th></tr>\n"; 20print "<table class=rockbox><tr><th>player</th><th>recorder</th><th>fm recorder</th><th>8MB recorder</th></tr>\n";
21print "<tr><td>\n"; 21print "<tr><td>\n";
22&list("player"); 22&list("player");
23 23
@@ -27,4 +27,7 @@ print "</td><td>\n";
27print "</td><td>\n"; 27print "</td><td>\n";
28&list("fmrecorder"); 28&list("fmrecorder");
29 29
30print "</td><td>\n";
31&list("recorder8mb");
32
30print "</td></tr></table>\n"; 33print "</td></tr></table>\n";