From dbb8bb783f2f22b68ad2d65f020390428e77c479 Mon Sep 17 00:00:00 2001
From: Loui Chang
Date: Wed, 3 Nov 2010 01:03:45 -0400
Subject: TU: Use htmlspecialchars instead of htmlentities.
Let the utf8 shine through.
Signed-off-by: Loui Chang
---
web/template/tu_details.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'web/template/tu_details.php')
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
:
-\n", htmlentities($row['Agenda'])) ?>
+\n", htmlspecialchars($row['Agenda'])) ?>