changeset 1055:86f6a6191749

Cosmetic.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 21 Nov 2015 17:40:48 +0200
parents c050354b0270
children 6dc4337c7068
files admajax.php
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/admajax.php	Sat Nov 21 17:16:52 2015 +0200
+++ b/admajax.php	Sat Nov 21 17:40:48 2015 +0200
@@ -889,7 +889,7 @@
       }
     }
     if ($ncompos > 0)
-      echo "<li>VOTING COMPOS: <b>".$nentries."</b> compo entries in <b>".$ncompos."</b> compos.</li>\n";
+      echo "<li>VOTING COMPOS: <b>".$nentries."</b> entries in <b>".$ncompos."</b> compos.</li>\n";
 
     $nentries = $ncompos = 0;
     foreach (stExecSQL("SELECT * FROM compos WHERE ctype <> ".COMPO_NORMAL) as $compo)