Removes two extraneous quotes in template HTML around IE-specific stylesheet includes.

This commit is contained in:
Brandon Carl
2012-05-10 19:01:27 -07:00
committed by Neil Williams
parent c96fb01d42
commit 1e5b886fab

View File

@@ -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>