1
0
Fork 0
forked from 0x2620/oxjs

update video editor and css

This commit is contained in:
rlx 2012-01-11 13:22:01 +05:30
commit e4dd393834
5 changed files with 65 additions and 9 deletions

View file

@ -185,7 +185,6 @@ Ox.Editable = function(options, self) {
return self.options.type == 'input'
? self.options.value.replace(/ /g, ' ')
: Ox.encodeHTML(self.options.value || ' ')
//.replace(/ /g, ' ')
.replace(/\n$/, '\n ')
.replace(/\n/g, '<br/>')
/*