aboutsummaryrefslogtreecommitdiffstats
path: root/event.php
diff options
context:
space:
mode:
authorjwangen <jwangen>2002-10-03 06:48:14 +0000
committerjwangen <jwangen>2002-10-03 06:48:14 +0000
commitd6958637d6263bf539bced5c0d2d73d58b0dc5c0 (patch)
tree859ec11f595f835448bf15b262ccd9398e3b9070 /event.php
parenta80e59103dbd7ce750f7ae4eeb020357d4bcc468 (diff)
downloadphpicalendar-d6958637d6263bf539bced5c0d2d73d58b0dc5c0.tar.gz
phpicalendar-d6958637d6263bf539bced5c0d2d73d58b0dc5c0.tar.bz2
phpicalendar-d6958637d6263bf539bced5c0d2d73d58b0dc5c0.zip
Commented out the lines that did htmlspecialchars()
Diffstat (limited to 'event.php')
-rw-r--r--event.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/event.php b/event.php
index 0aa0be1..38058da 100644
--- a/event.php
+++ b/event.php
@@ -8,11 +8,11 @@ $event = htmlspecialchars($event);
$description = urldecode($description);
$description = stripslashes($description);
$description = str_replace("\\", "", $description);
-$description = htmlspecialchars($description);
+//$description = htmlspecialchars($description);
$calendar_name2 = urldecode($calendar_name);
$calendar_name2 = stripslashes($calendar_name2);
$calendar_name2 = str_replace("\\", "", $calendar_name2);
-$calendar_name2 = htmlspecialchars($calendar_name2);
+//$calendar_name2 = htmlspecialchars($calendar_name2);
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">

© 2014-2024 Faster IT GmbH | imprint | privacy policy