# HG changeset patch # User Ludovic Chabant # Date 1515643706 28800 # Node ID 07a930afd21adbb02a206ebf052bc71a8e882330 # Parent 0c8d6e886c281cfdc45fd3f9b4f58b91f8c0dcd0 web: Fix the reference to the Jouvence CSS. diff -r 0c8d6e886c28 -r 07a930afd21a wikked/wiki.py --- a/wikked/wiki.py Tue Jan 09 21:21:08 2018 -0800 +++ b/wikked/wiki.py Wed Jan 10 20:08:26 2018 -0800 @@ -124,7 +124,7 @@ self.formatters[_jouvence_to_html] = ['fountain'] head_css = ('\n') + 'href="/static/css/jouvence.css" />\n') head_css += '' % get_css() self.custom_heads = {'fountain': head_css}