From: Paul Hänsch Date: Wed, 24 Apr 2019 18:35:38 +0000 (+0200) Subject: Merge branch 'master' of git.plutz.net:vhs_kurs X-Git-Tag: Chemnitz_2019-04~7 X-Git-Url: http://git.plutz.net/?p=vhs_kurs;a=commitdiff_plain;h=fda47c3f9caaf6d014cb32cbeae027648bf60545;hp=c25a3859bab70393357d5951bda45fb644d7bdad Merge branch 'master' of git.plutz.net:vhs_kurs --- diff --git a/clickslide/clickslide.sh b/clickslide/clickslide.sh index 980365f..e78f1c7 100755 --- a/clickslide/clickslide.sh +++ b/clickslide/clickslide.sh @@ -33,7 +33,7 @@ base64() { pre="${tag%%url(*)*}" post="${tag#*url(*)}" file="${tag#${pre}url(}" file="${file%)$post}" - file="${file#"}" file="${file%"}" + file="${file#\"}" file="${file%\"}" echo Inlining Background Image "$file" >&2 if [ -r "$file" ]; then tag="${pre}url('data:image/${file##*.};base64,$(base64 "$file")')${post}"