summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xwww/dailymod.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/dailymod.pl b/www/dailymod.pl
index e823af1028..e13125205f 100755
--- a/www/dailymod.pl
+++ b/www/dailymod.pl
@@ -24,7 +24,7 @@ print "<tr><td>\n";
24print "</td><td>\n"; 24print "</td><td>\n";
25&list("recorder"); 25&list("recorder");
26 26
27print "</td><td><p><b>Note:</b> The FM Recorder version is still very early and buggy. It is available here for testing purposes only.\n"; 27print "</td><td><p><b>Note:</b> The FM Recorder version is still experimental and very buggy. It is available here for testing purposes only.\n";
28&list("fmrecorder"); 28&list("fmrecorder");
29 29
30print "</td></tr></table>\n"; 30print "</td></tr></table>\n";