Skip to content

Commit

Permalink
Changed this conditional comment to "if IE 5.5000" since "if IE 5.5" …
Browse files Browse the repository at this point in the history
…didn't actually work

git-svn-id: http://svn.textmate.org/trunk/Bundles/HTML.tmbundle@9152 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
  • Loading branch information
subtleGradient committed Mar 18, 2008
1 parent 28fb4aa commit 63f819f
Showing 1 changed file with 2 additions and 2 deletions.
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>content</key>
<string>&lt;!--[if IE 5.5]&gt;${1:${TM_SELECTED_TEXT: IE Conditional Comment: Internet Explorer 5.5 only }}&lt;![endif]--&gt;$0</string>
<string>&lt;!--[if IE 5.5000]&gt;${1:${TM_SELECTED_TEXT: IE Conditional Comment: Internet Explorer 5.5 only }}&lt;![endif]--&gt;$0</string>
<key>name</key>
<string>IE Conditional Comment: Internet Explorer 5.5 only</string>
<key>scope</key>
Expand Down

0 comments on commit 63f819f

Please sign in to comment.