mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-27 03:00:12 -04:00
Removes two extraneous quotes in template HTML around IE-specific stylesheet includes.
This commit is contained in:
committed by
Neil Williams
parent
c96fb01d42
commit
1e5b886fab
@@ -102,12 +102,12 @@
|
||||
%endif
|
||||
|
||||
<!--[if lt IE 7]>
|
||||
<link rel="stylesheet" href="${static('reddit-ie6-hax.css')}""
|
||||
<link rel="stylesheet" href="${static('reddit-ie6-hax.css')}"
|
||||
type="text/css" />
|
||||
<![endif]-->
|
||||
|
||||
<!--[if lt IE 8]>
|
||||
<link rel="stylesheet" href="${static('reddit-ie7-hax.css')}""
|
||||
<link rel="stylesheet" href="${static('reddit-ie7-hax.css')}"
|
||||
type="text/css" />
|
||||
<![endif]-->
|
||||
</%def>
|
||||
|
||||
Reference in New Issue
Block a user