changeset 726:9a5e1087698a

Cleanup.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 18 Nov 2014 22:00:41 +0200
parents 9ddc4a3c9b8a
children 399603df8c6f
files pages/vote.inc.php
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/pages/vote.inc.php	Tue Nov 18 21:56:38 2014 +0200
+++ b/pages/vote.inc.php	Tue Nov 18 22:00:41 2014 +0200
@@ -130,10 +130,9 @@
     {
       echo
       " <table class=\"vote\">\n".
-      "  <tr><th colspan=\"2\">".chentities($compo["name"])."</th></tr>\n".
       "  <tr>\n".
       "   <th class=\"vshown\">#</th>\n".
-      "   <th class=\"ventry\">Entry</th>\n";
+      "   <th class=\"vcompo\">".chentities($compo["name"])."</th>\n";
       for ($i = stGetSetting("voteMax"); $i >= stGetSetting("voteMin"); $i--)
       {
         echo "   <th class=\"vvalue\">".$i."</th>\n";