Affected: IE7 and IE8
The CLF relies on a Javascript file (html5shim.js) to render HTML5 in legacy versions of Internet Explorer. This file originally hosted on GoogleCode has now been removed. This has resulted in a broken link and issues with rendering the CLF in older IE browsers.
A copy of the script has been uploaded to our CLF Content Delivery Network (CDN).
In order to fix this error on your standalone Drupal/WordPress/HTML website, please update the link to this file in your website header.
The old link:
<!–[if lt IE 9]>
<script src=”//html5shim.googlecode.com/svn/trunk/html5.js”></script>
<![endif]–>
The new link:
<!–[if lt IE 9]>
<script src=”//cdn.ubc.ca/clf/html5shiv.min.js”></script>
<![endif]–>
Thank you for your cooperation.
Note: Websites using the CTLT WordPress CMS platform will be updated automatically.