summaryrefslogtreecommitdiffstats
path: root/frontends/php/latest.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/latest.php')
-rw-r--r--frontends/php/latest.php8
1 files changed, 1 insertions, 7 deletions
diff --git a/frontends/php/latest.php b/frontends/php/latest.php
index 9c0b3111..df5489c2 100644
--- a/frontends/php/latest.php
+++ b/frontends/php/latest.php
@@ -331,13 +331,7 @@
}
else
{
- echo "<TABLE BORDER=0 align=center WIDTH=\"100%\" BGCOLOR=\"#CCCCCC\" cellspacing=1 cellpadding=3>";
- echo "<TR BGCOLOR=\"#DDDDDD\">";
- echo "<TD ALIGN=CENTER>";
- echo "...";
- echo "</TD>";
- echo "</TR>";
- echo "</TABLE>";
+ table_nodata();
}
?>