changeset 276:92698b090c35

Indentation cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 24 Nov 2013 22:22:51 +0200
parents 11cd85bdfac7
children f20df1da0903
files vote.inc.php
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/vote.inc.php	Sun Nov 24 18:43:14 2013 +0200
+++ b/vote.inc.php	Sun Nov 24 22:22:51 2013 +0200
@@ -62,11 +62,11 @@
 
   // Output voting system HTML
   echo
-  "<h1>Voting system</h1>\n".
-  stGetFormStart("vote", "usrajax.php").
-  " ".stGetFormHiddenInput("mode", "done")."\n".
-  " ".stGetFormHiddenInput("action", "submit")."\n".
-  stGetVoteButton();
+    "<h1>Voting system</h1>\n".
+    stGetFormStart("vote", "usrajax.php").
+    " ".stGetFormHiddenInput("mode", "done")."\n".
+    " ".stGetFormHiddenInput("action", "submit")."\n".
+    stGetVoteButton();
 
   foreach (stExecSQL("SELECT * FROM compos WHERE visible<>0 AND voting<>0") as $compo)
   {