Commit bac56af7 by Brian Talbot

Studio: updating use of IE-conditional comments

* to reflect support for IE10 and above
* to only flag IE9 (for emergency's sake) with specific html class attrs
parent aad7c52f
......@@ -7,8 +7,8 @@ import json
<%namespace name='static' file='static_content.html'/>
<!doctype html>
<!--[if IE 9]><html class="ie9 lte9" lang="${LANGUAGE_CODE}"><![endif]-->
<!--[if gt IE 9]><!--><html lang="${LANGUAGE_CODE}"><!--<![endif]-->
<!--[if lte IE 9]><html class="ie9 lte9" lang="${LANGUAGE_CODE}"><![endif]-->
<!--[if !IE]><<!--><html lang="${LANGUAGE_CODE}"><!--<![endif]-->
<%
# set doc language direction
from django.utils.translation import get_language_bidi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment