[Dehs-devel] r154 - trunk/www

atomo64-guest at alioth.debian.org atomo64-guest at alioth.debian.org
Thu Jul 10 04:31:49 UTC 2008


Author: atomo64-guest
Date: 2008-07-10 04:31:49 +0000 (Thu, 10 Jul 2008)
New Revision: 154

Modified:
   trunk/www/maintainer.php
Log:
Use htmlspecialchars instead of htmlentities on $watch_comments to avoid messing special chars


Modified: trunk/www/maintainer.php
===================================================================
--- trunk/www/maintainer.php	2008-07-10 03:39:00 UTC (rev 153)
+++ trunk/www/maintainer.php	2008-07-10 04:31:49 UTC (rev 154)
@@ -228,7 +228,7 @@
 <?php
     if ($watch_comments) {
         ?><pre>
-<? echo htmlentities($watch_comments); ?>
+<? echo htmlspecialchars($watch_comments); ?>
 </pre><?php
     }
 }?>




More information about the Dehs-devel mailing list