changeset 641:1a123c6c2241

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 03 Nov 2014 01:58:41 +0200
parents c78e11aa3162
children 9fbbbb8628ff
files admajax.php msite.inc.php
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/admajax.php	Mon Nov 03 01:58:04 2014 +0200
+++ b/admajax.php	Mon Nov 03 01:58:41 2014 +0200
@@ -88,13 +88,12 @@
   switch ($item["ctype"])
   {
     case COMPO_NORMAL:
-      $str = "  ".
-        stGetFormCheckBoxInput("voting", $id, $prefix, $item["voting"], "Enable voting", "onChange=\"setCompoData(".$id.",'voting')\"")."<br />\n";
+      $str = "  ".stGetFormCheckBoxInput("voting", $id, $prefix, $item["voting"],
+        "Enable voting", "onChange=\"setCompoData(".$id.",'voting')\"");
       break;
 
     default:
-      $str = "  ".
-        stGetFormHiddenInput("voting", $id, $prefix, $item["voting"]);
+      $str = "  ".stGetFormHiddenInput("voting", $id, $prefix, $item["voting"]);
       break;
   }
 
--- a/msite.inc.php	Mon Nov 03 01:58:04 2014 +0200
+++ b/msite.inc.php	Mon Nov 03 01:58:41 2014 +0200
@@ -71,6 +71,7 @@
   ),
 );
 
+
 //
 // Different voting modes
 //