list items
This commit is contained in:
parent
2de996a194
commit
2082b20d5a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue