From 8735ab47dd8a65bccc93da29783c9412988773cc Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Sun, 9 Jun 2013 12:39:36 +0000 Subject: cgit: Fix syntax highlighting script name --- modules/cgit/templates/cgitrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/cgit') diff --git a/modules/cgit/templates/cgitrc b/modules/cgit/templates/cgitrc index b4931cb6..85f8d0a7 100644 --- a/modules/cgit/templates/cgitrc +++ b/modules/cgit/templates/cgitrc @@ -83,7 +83,7 @@ mimetype.svg=image/svg+xml # Highlight source code with python pygments-based highligher -source-filter=/usr/libexec/cgit/filters/syntax-highlighting.py +source-filter=/usr/libexec/cgit/filters/syntax-highlighting.sh # Format markdown, restructuredtext, manpages, text files, and html files # through the right converters -- cgit v1.2.1