aboutsummaryrefslogtreecommitdiffstats
path: root/src/manipulation/wrapMap.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/manipulation/wrapMap.js')
-rw-r--r--src/manipulation/wrapMap.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/manipulation/wrapMap.js b/src/manipulation/wrapMap.js
index 3fa5f913e..a7b913c90 100644
--- a/src/manipulation/wrapMap.js
+++ b/src/manipulation/wrapMap.js
@@ -12,9 +12,8 @@ var wrapMap = {
// their parent elements (except for "table" element) could be omitted
// since browser parsers are smart enough to auto-insert them
- // Support: Android 2.3
- // Android browser doesn't auto-insert colgroup
- col: [ 2, "<table><colgroup>", "</colgroup></table>" ],
+ // Auto-insert "colgroup" element
+ col: [ 2, "<table>", "</table>" ],
// Auto-insert "tbody" element
tr: [ 2, "<table>", "</table>" ],