Skip to content

Commit

Permalink
Simplify wrapMap
Browse files Browse the repository at this point in the history
  • Loading branch information
markelog committed Dec 23, 2012
1 parent 1043fa8 commit c334878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/manipulation.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var rxhtmlTag = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>
param: [ 1, "<object>" ],
thead: [ 1, "<table>" ],
tr: [ 2, "<table><tbody>" ],
col: [ 2, "<table><tbody></tbody><colgroup>", "</table>" ],
col: [ 2, "<table><tbody></tbody><colgroup>" ],
td: [ 3, "<table><tbody><tr>" ],
_default: [ 0, "" ]
};
Expand Down

0 comments on commit c334878

Please sign in to comment.