From 382f6efbefba038c54f66fa231a9e4741e6ecc5e Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Wed, 25 Aug 2010 12:35:53 +0200 Subject: [PATCH] Fix url escaping and popup code. --- mnemo/templates/notepad_list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mnemo/templates/notepad_list.php b/mnemo/templates/notepad_list.php index 2454f9f23..95d3d7017 100644 --- a/mnemo/templates/notepad_list.php +++ b/mnemo/templates/notepad_list.php @@ -26,7 +26,7 @@ get('name')) ?> "> - "> + add('share', $notepad->getName())->link(array('target' => '_blank', 'title' => _("Change Permissions"), 'onclick' => Horde::popupJs($perms_url_base, array('params' => array('share' => $notepad->getName()), 'urlencode' => true)) . 'return false;')) . $perms_img . '' ?> "> -- 2.11.0