summaryrefslogtreecommitdiffstats
path: root/frontends
diff options
context:
space:
mode:
Diffstat (limited to 'frontends')
-rw-r--r--frontends/php/alerts.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/alerts.php b/frontends/php/alerts.php
index 7d16d513..010a2e54 100644
--- a/frontends/php/alerts.php
+++ b/frontends/php/alerts.php
@@ -149,7 +149,7 @@
if(DBnum_rows($result)==0)
{
echo "<TR BGCOLOR=#EEEEEE>";
- echo "<TD COLSPAN=6 ALIGN=CENTER>".S_NO_ALERTS."</TD>";
+ echo "<TD COLSPAN=7 ALIGN=CENTER>".S_NO_ALERTS."</TD>";
echo "<TR>";
}
table_end();