diff options
Diffstat (limited to 'web/template/tu_details.php')
-rw-r--r-- | web/template/tu_details.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/template/tu_details.php b/web/template/tu_details.php index 0016dfe..315e1b9 100644 --- a/web/template/tu_details.php +++ b/web/template/tu_details.php @@ -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'> |