From: Jan Schneider Date: Wed, 25 Aug 2010 10:18:37 +0000 (+0200) Subject: Fix escaping. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=ebc1330e4b73dd7a0b6802a64a45fbd7c7a417d9;p=horde.git Fix escaping. --- 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 . '' ?>