mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-06-19 03:08:30 +08:00
Prevent 500 with badly formed task list (#11328)
Fix #11317 Signed-off-by: Andrew Thornton <art27@cantab.net>
This commit is contained in:
@ -192,9 +192,9 @@
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
ul.task-list,
|
||||
ol.task-list {
|
||||
li.task-list-item {
|
||||
list-style-type: none;
|
||||
margin-left: calc(-2em + 2px);
|
||||
}
|
||||
|
||||
ul ul,
|
||||
|
Reference in New Issue
Block a user