From 799ca2403f480d59c3a628dfb152c6292293409e Mon Sep 17 00:00:00 2001 From: kakwa Date: Tue, 12 Feb 2019 21:24:24 +0100 Subject: [PATCH] fix the urls for modify and delete The id of the user is passed through the querystring in this page. But the id was not properly escaped to be included as a querystring parameter leading to weird issues like. --- resources/templates/searchadmin.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/templates/searchadmin.tmpl b/resources/templates/searchadmin.tmpl index 7b39ab2..e682166 100644 --- a/resources/templates/searchadmin.tmpl +++ b/resources/templates/searchadmin.tmpl @@ -52,10 +52,10 @@ % endfor - Modify + Modify - Delete + Delete % endfor