changeset 92:54a24352e8e5

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 12 Dec 2012 12:30:16 +0200
parents 0fbe77d68b9b
children fe3dd95ee3b8
files index.php
diffstat 1 files changed, 7 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/index.php	Wed Dec 12 12:29:56 2012 +0200
+++ b/index.php	Wed Dec 12 12:30:16 2012 +0200
@@ -528,24 +528,21 @@
 
 if (!$mobileMode)
 {
-echo "<div id=\"csssel\">
- <div id=\"ctitle\">Lukkari v2.0 beta</div>
- <div>".lukMsg("Style").": ";
+echo "<div id=\"csssel\">\n".
+" <div id=\"ctitle\">Lukkari v2.0</div>\n".
+" <div>".lukMsg("Style").": ";
 
 foreach ($pageCSSAlts as $name => $id)
   echo "<a href=\"".$baseURI."?css=".$id."\">".$name."</a>";
 
-echo "</div>
- <div id=\"clang\">";
+echo "</div>\n".
+" <div id=\"clang\">";
 foreach ($pageLanguages as $id)
   echo "<a href=\"".$baseURI."?lang=".$id."\">".$id."</a>";
-
-echo "</div>
-";
+echo "</div>\n";
 }
 
-echo "</div>
-";
+echo "</div>\n";
 printPageFooter();