changeset 674:3e37a29468bf

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 09 Nov 2014 02:40:54 +0200
parents ec74e026c164
children 13ad8e133c22
files msite.inc.php msitegen.inc.php
diffstat 2 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/msite.inc.php	Fri Nov 07 21:37:17 2014 +0200
+++ b/msite.inc.php	Sun Nov 09 02:40:54 2014 +0200
@@ -225,7 +225,7 @@
   }
   
   if ($tr)
-  echo "</tr>\n";
+    echo "</tr>\n";
 }
 
 
--- a/msitegen.inc.php	Fri Nov 07 21:37:17 2014 +0200
+++ b/msitegen.inc.php	Sun Nov 09 02:40:54 2014 +0200
@@ -156,7 +156,8 @@
 
 function dhentities($str)
 {
-  return str_replace(array("&lt;","&gt;"), array("<", ">"), htmlentities($str, ENT_NOQUOTES, "UTF-8"));
+  return str_replace(array("&lt;","&gt;"), array("<", ">"),
+    htmlentities($str, ENT_NOQUOTES, "UTF-8"));
 }