diff msitegen.inc.php @ 674:3e37a29468bf

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 09 Nov 2014 02:40:54 +0200
parents 8a091dc8d608
children 13ad8e133c22
line wrap: on
line diff
--- 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"));
 }