Skip to content

0.3.4

Compare
Choose a tag to compare
@m-mujica m-mujica released this 03 May 18:25
· 7 commits to master since this release

This patch release fixes a problem with conditional comments and non IE browsers.

<!--[if (IE)]><html class="ie" ><![endif]-->
<!--[if !(IE)]><!--><html class="" lang="eng"><!--<![endif]-->

The theme was missing the "special termination" in the second conditional, so Chrome was ignoring it and inserting its own html tag causing stealjs/stealjs#44