Skip to content

Commit

Permalink
Typo in the (input type=text).tmSnippet, was missing it's type.
Browse files Browse the repository at this point in the history
  • Loading branch information
ipaintcode committed Jan 9, 2012
1 parent 3423647 commit 3764660
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Snippets/(input type=text).tmSnippet
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>content</key>
<string>&lt;input name="$2" value="$3"${TM_POLYGLOT}&gt;$0</string>
<string>&lt;input type="text" name="$2" value="$3"${TM_POLYGLOT}&gt;$0</string>
<key>name</key>
<string>&lt;input type=text&gt;</string>
<key>scope</key>
Expand All @@ -13,4 +13,4 @@
<key>uuid</key>
<string>E14F25E5-CD93-4E44-8729-9A836EE7E91D</string>
</dict>
</plist>
</plist>

0 comments on commit 3764660

Please sign in to comment.