mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-02-01 18:25:05 -05:00
Whitespace (fix unnecessary indent).
This commit is contained in:
@@ -73,10 +73,10 @@
|
||||
%endif
|
||||
%else:
|
||||
${less_stylesheet(g.stylesheet)}
|
||||
%if c.site.stylesheet:
|
||||
<link rel="stylesheet" href="${static(c.site.stylesheet)}"
|
||||
type="text/css" />
|
||||
%endif
|
||||
%if c.site.stylesheet:
|
||||
<link rel="stylesheet" href="${static(c.site.stylesheet)}"
|
||||
type="text/css" >
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%if c.can_apply_styles and c.allow_styles and c.site.stylesheet_hash:
|
||||
|
||||
Reference in New Issue
Block a user