Allow ordered lists as well

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/1594/head
Joas Schilling 10 years ago
parent ddfc7e6a3f
commit 76bc3bcdef
No known key found for this signature in database
GPG Key ID: E166FD8976B3BAC8
  1. 3
      settings/js/apps.js

@ -198,9 +198,10 @@ OC.Settings.Apps = OC.Settings.Apps || {
'p',
'a',
'ul',
'ol',
'li',
'em',
's',
'del',
'blockquote'
]
}

Loading…
Cancel
Save