list items
Some checks failed
/ Run tests (push) Successful in 2m2s
/ Run system tests (push) Failing after 2m27s
/ Build, push and deploy image (push) Successful in 1m38s

This commit is contained in:
david 2024-11-24 03:22:51 +01:00
parent 2de996a194
commit 2082b20d5a

View file

@ -76,7 +76,7 @@ module PdfDocuments
text(%Q( text(%Q(
<b>#{cat.name}</b> <b>#{cat.name}</b>
<ul> <ul>
#{links.map{ "<link href=#{_1.url}>#{_1.text}</link>" }.join() } #{links.map{ "<li><link href=#{_1.url}>#{_1.text}</link></li>" }.join() }
</ul> </ul>
), inline_format: true) ), inline_format: true)
end end