Allow ordered lists as well
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
ddfc7e6a3f
commit
76bc3bcdef
1 changed files with 2 additions and 1 deletions
|
@ -198,9 +198,10 @@ OC.Settings.Apps = OC.Settings.Apps || {
|
||||||
'p',
|
'p',
|
||||||
'a',
|
'a',
|
||||||
'ul',
|
'ul',
|
||||||
|
'ol',
|
||||||
'li',
|
'li',
|
||||||
'em',
|
'em',
|
||||||
's',
|
'del',
|
||||||
'blockquote'
|
'blockquote'
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue