changeset 485:9737c24d39d2

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 07 Dec 2013 15:16:46 +0200
parents c8591a8fadbc
children e0fa6bb432d7
files msitegen.inc.php
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/msitegen.inc.php	Sat Dec 07 15:16:16 2013 +0200
+++ b/msitegen.inc.php	Sat Dec 07 15:16:46 2013 +0200
@@ -159,11 +159,13 @@
   return htmlentities($str, ENT_NOQUOTES, "UTF-8");
 }
 
+
 function ihentities($str)
 {
   return htmlentities($str, ENT_QUOTES, "UTF-8");
 }
 
+
 function stGetIDName($name, $id, $prefix = "")
 {
   return
@@ -497,7 +499,7 @@
       $sql .= $fmt[$pos];
     $pos++;
   }
-  
+
   return $sql;
 }
 
@@ -746,5 +748,4 @@
 }
 
 
-
 ?>
\ No newline at end of file