mirror of https://github.com/apache/lucene.git
Ref Guide: fix template to put list items inside a <p> element for consistent styling
This commit is contained in:
parent
c20501a504
commit
c1ea964847
|
@ -7,5 +7,5 @@
|
||||||
input.task-list-item-checkbox type='checkbox' disabled=true checked=(item.attr? :checked)
|
input.task-list-item-checkbox type='checkbox' disabled=true checked=(item.attr? :checked)
|
||||||
=<item.text
|
=<item.text
|
||||||
- else
|
- else
|
||||||
li
|
li: p
|
||||||
=(print_item_content item)
|
=(print_item_content item)
|
||||||
|
|
Loading…
Reference in New Issue