TU: Use htmlspecialchars instead of htmlentities.

Let the utf8 shine through.

Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
Loui Chang 2010-11-03 01:03:45 -04:00
parent dc8265a962
commit dbb8bb783f
2 changed files with 2 additions and 6 deletions

View file

@ -21,7 +21,7 @@ N/A
<?php print __('End') ?>: <b><?php print gmdate("r", $row['End']) ?></b></p>
<p>
<?php print str_replace("\n", "<br />\n", htmlentities($row['Agenda'])) ?>
<?php print str_replace("\n", "<br />\n", htmlspecialchars($row['Agenda'])) ?>
</p>
<table class="boxSoft" width='100%' cellspacing='0' cellpadding='2'>