From 2a0594bc47d9642f7c557f649dd368424bc32235 Mon Sep 17 00:00:00 2001 From: Conrad Vermeulen Date: Fri, 13 Jul 2007 15:21:07 +0000 Subject: [PATCH] KTS-2178 "cross site scripting" Updated. --- templates/ktcore/folder/permissions.smarty | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/ktcore/folder/permissions.smarty b/templates/ktcore/folder/permissions.smarty index e34b16f..e4d53f9 100644 --- a/templates/ktcore/folder/permissions.smarty +++ b/templates/ktcore/folder/permissions.smarty @@ -1,4 +1,4 @@ -

{i18n arg_foldername=$foldername}Folder permissions for "#foldername#"{/i18n}

+

Folder permissions for "{$foldername|sanitize}"

@@ -31,9 +31,9 @@
- +

{i18n}Select roles and groups for whom you wish to change permission assignment from the box on the left, and move them over to the box on the right using the button with right-pointing arrows. You can then allocate or remove permissions from these entities and save by pressing the 'Update Permission Assignments' button'.{/i18n}

- + @@ -55,11 +55,11 @@
- +

- +
@@ -74,7 +74,7 @@ - + -- libgit2 0.21.4