update video editor (editables)

This commit is contained in:
rlx 2012-01-16 16:52:34 +05:30
commit 408ebf54cb
7 changed files with 55 additions and 51 deletions

View file

@ -67,7 +67,7 @@ Ox.parseHTML = (function() {
},
'*': function(tag) {
var ret = {};
ret['<(/?' + tag + ')>'] = '<{1}>';
ret['<(/?' + tag + ') ?/?>'] = '<{1}>';
return ret;
}
},