summaryrefslogtreecommitdiff
path: root/usr/lib/cgit
diff options
context:
space:
mode:
Diffstat (limited to 'usr/lib/cgit')
-rwxr-xr-xusr/lib/cgit/filters/syntax-highlighting-edited.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/lib/cgit/filters/syntax-highlighting-edited.sh b/usr/lib/cgit/filters/syntax-highlighting-edited.sh
index f3c8072d..32069e20 100755
--- a/usr/lib/cgit/filters/syntax-highlighting-edited.sh
+++ b/usr/lib/cgit/filters/syntax-highlighting-edited.sh
@@ -107,7 +107,7 @@ esac
# `--force` needed for highlight; one example is `< textfile highlight -O ansi --force`, without `--force` will error 1 and no output
if [ "$syntax" ]; then
- exec highlight --force --inline-css -f -I -O xhtml -S "$syntax" 2>/dev/null
+ exec highlight --force -f -I -O xhtml -S "$syntax" 2>/dev/null
else
- exec highlight --force --inline-css -f -I -O xhtml --syntax-by-name "$1" 2>/dev/null
+ exec highlight --force -f -I -O xhtml --syntax-by-name "$1" 2>/dev/null
fi