From d5a7a2df1fdeb2d82c51a0d78493bfb7241160c2 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Mon, 24 Jun 2024 17:06:18 +0200 Subject: checkpoint --- bin/guiscripts/osurf-fill | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'bin/guiscripts') diff --git a/bin/guiscripts/osurf-fill b/bin/guiscripts/osurf-fill index 43af807..6ea8e7e 100755 --- a/bin/guiscripts/osurf-fill +++ b/bin/guiscripts/osurf-fill @@ -67,7 +67,7 @@ printf '%s : %s\n' "$username" "$password" # Escape quotes and backslashes for javascript javascript_escape() { - printf '%s' "$1" | sed -s 's,['\''"\\\\],\\\\&,g' + printf '%s' "$1" | sed -s 's,['\''"\\\\],\\&,g' } js() { @@ -99,15 +99,12 @@ cat <