changeset 1059:6db0ab61dadf

Oops.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 22 Nov 2015 00:38:25 +0200
parents 5bb5586f50c6
children 7298b2898a6d
files admajax.php
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/admajax.php	Sun Nov 22 00:38:01 2015 +0200
+++ b/admajax.php	Sun Nov 22 00:38:25 2015 +0200
@@ -1453,7 +1453,6 @@
 
         // Some information
         echo
-          "</div>\n".
           "<div class=\"tabHeadersSub\">\n".
           " <a href=\"print.php?type=votekeys\" target=\"_blank\">Show printable key list</a>\n".
           " <a href=\"print.php?type=results&flags=".(RFLAG_NORMAL)."\" target=\"_blank\">Printable results</a>\n".
@@ -1470,6 +1469,8 @@
         else
           echo "VOTE MODE NOT SET! CHECK CONFIGURATION!</b>";
 
+        echo "</div>\n";
+
         // List of votekeys
         switch ($setVoteKeyMode)
         {