Skip to content

Commit 9951f34

Browse files
committed
Resolution of a bug that prevented the outhtml_codefold plugin from working.
1 parent 5536c7b commit 9951f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

XPCService/colorize.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ go4it () {
131131
else
132132
theme="--style=${hlTheme}"
133133
fi
134-
cmdOpts=(--plug-in reduce_filesize ${plugin} --plug-in outhtml_codefold --syntax=${lang} --quiet --include-style --font=${font} --font-size=${fontSizePoints} ${=theme} --encoding=${textEncoding} ${=extraHLFlags} --validate-input)
134+
cmdOpts=(${plugin} --plug-in=outhtml_codefold --syntax=${lang} --quiet --include-style --font=${font} --font-size=${fontSizePoints} ${=theme} --encoding=${textEncoding} ${=extraHLFlags} --validate-input)
135135

136136
debug "Generating the preview"
137137
if [ "${thumb}" = "1" ]; then

0 commit comments

Comments
 (0)