From 33436c949c681360e5283a6dc61372dde6563637 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 29 Dec 2024 23:16:50 +0200 Subject: fix --test (ShellSheck) --- lib/html.source.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/html.source.sh') diff --git a/lib/html.source.sh b/lib/html.source.sh index 6709dfa..52fa2f4 100644 --- a/lib/html.source.sh +++ b/lib/html.source.sh @@ -139,7 +139,7 @@ html::source_highlight () { if [ -n "$SOURCE_HIGHLIGHT_CSS" ]; then style_css="--style-css-file=$SOURCE_HIGHLIGHT_CSS" fi - $SOURCE_HIGHLIGHT --src-lang="$language" $style_css <<< "$bare_text" | + $SOURCE_HIGHLIGHT --src-lang="$language" "$style_css" <<< "$bare_text" | $SED 's|||; s|||;' fi } -- cgit v1.2.3