From ebc1330e4b73dd7a0b6802a64a45fbd7c7a417d9 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Wed, 25 Aug 2010 12:18:37 +0200 Subject: [PATCH] Fix escaping. --- kronolith/templates/calendar_list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kronolith/templates/calendar_list.php b/kronolith/templates/calendar_list.php index 5ce0a35e4..124a51c3c 100644 --- a/kronolith/templates/calendar_list.php +++ b/kronolith/templates/calendar_list.php @@ -36,7 +36,7 @@ add('display_cal', 'remote_' . $calendar['url']); echo $url->link(array('title' => _("Click or copy this URL to display this calendar"), 'target' => '_blank')) . htmlspecialchars(shorten_url($url)) . '' ?> - link(array('title' => _("Click or copy this URL to display this calendar"), 'target' => '_blank')) . htmlspecialchars(shorten_url($calendar['url'])) . '' ?> + link(array('title' => _("Click or copy this URL to display this calendar"), 'target' => '_blank')) . htmlspecialchars(shorten_url($calendar['url'])) . '' ?> add('url', $calendar['url'])->link(array('title' => _("Edit"))) . $edit_img . '' ?>   -- 2.11.0