Sha256: bcbf7ecf057f4fc4bd2a102f94db9cf38554fd33827b84dcf445950d8f27d975
Contents?: true
Size: 311 Bytes
Versions: 33
Compression:
Stored size: 311 Bytes
Contents
<!-- Renders a conditional comment in order to have some content ignored by all browsers other than Internet Explorer ### Example <if-ie version="lt IE 7"> ... </if-ie> --> <def tag="if-ie" attrs="version"> <%=raw "<!--[if #{version || 'IE'}]>" %><do param="default"/><%=raw "<![endif]-->" %> </def>
Version data entries
33 entries across 33 versions & 1 rubygems