aboutsummaryrefslogtreecommitdiffstats
path: root/gitolite-cgit
diff options
context:
space:
mode:
Diffstat (limited to 'gitolite-cgit')
-rwxr-xr-xgitolite-cgit/syntax-highlighting.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitolite-cgit/syntax-highlighting.py b/gitolite-cgit/syntax-highlighting.py
index 16f83a3..16e206d 100755
--- a/gitolite-cgit/syntax-highlighting.py
+++ b/gitolite-cgit/syntax-highlighting.py
@@ -49,7 +49,7 @@ except TypeError:
# highlight! :-)
# printout pygments' css definitions as well
-sys.stdout.write('<style>')
+sys.stdout.write('<style nonce="8909ab9">')
sys.stdout.write(formatter.get_style_defs('.highlight'))
sys.stdout.write('</style>')
sys.stdout.write(highlight(data, lexer, formatter, outfile=None))