update video editor (editables)
This commit is contained in:
parent
43cfc1f0b5
commit
408ebf54cb
7 changed files with 55 additions and 51 deletions
|
|
@ -67,7 +67,7 @@ Ox.parseHTML = (function() {
|
|||
},
|
||||
'*': function(tag) {
|
||||
var ret = {};
|
||||
ret['<(/?' + tag + ')>'] = '<{1}>';
|
||||
ret['<(/?' + tag + ') ?/?>'] = '<{1}>';
|
||||
return ret;
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue