Fix syntax highlighting CSS link
Tomas Doran [Mon, 21 Dec 2009 23:14:04 +0000 (23:14 +0000)]
root/inc/syntax_highlight_css.tt2

index 280ff25..5fc9dad 100644 (file)
@@ -1 +1 @@
-<link rel="stylesheet" type="text/css" href="[% c.uri_for('/static/css/syntax/' _ language _ '.css') %]"/>
+[%- IF language %]<link rel="stylesheet" type="text/css" href="[% c.uri_for('/static/css/syntax/' _ language _ '.css') %]"/>[% END -%]