aboutsummaryrefslogtreecommitdiffstats
path: root/functions
diff options
context:
space:
mode:
authorGreg Westin <westin@users.sourceforge.net>2004-11-29 23:36:37 +0000
committerGreg Westin <westin@users.sourceforge.net>2004-11-29 23:36:37 +0000
commite027f9de8dcf02f30084e16141f78737b0314a37 (patch)
tree53c181e2612195e28515cef34055790165e859e1 /functions
parentac51fef7e80a4231bf1560a374922f94dbb42a9d (diff)
downloadphpicalendar-e027f9de8dcf02f30084e16141f78737b0314a37.tar.gz
phpicalendar-e027f9de8dcf02f30084e16141f78737b0314a37.tar.bz2
phpicalendar-e027f9de8dcf02f30084e16141f78737b0314a37.zip
Removing slashes from todo descriptions so that things like semicolons display
correctly.
Diffstat (limited to 'functions')
-rw-r--r--functions/template.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/template.php b/functions/template.php
index 1b492ce..205d452 100644
--- a/functions/template.php
+++ b/functions/template.php
@@ -641,7 +641,7 @@ class Page {
$vtodo_text = stripslashes(urldecode($val["vtodo_text"]));
if ($vtodo_text != "") {
if (isset($val["description"])) {
- $description = urldecode($val["description"]);
+ $description = stripslashes(urldecode($val["description"]));
} else {
$description = "";
}

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