Fix link inline format true
Some checks failed
/ Run system tests (push) Waiting to run
/ Build, push and deploy image (push) Blocked by required conditions
/ Run tests (push) Has been cancelled

This commit is contained in:
david 2024-11-24 03:21:52 +01:00
parent 976936d480
commit 2de996a194

View file

@ -78,7 +78,7 @@ module PdfDocuments
<ul> <ul>
#{links.map{ "<link href=#{_1.url}>#{_1.text}</link>" }.join() } #{links.map{ "<link href=#{_1.url}>#{_1.text}</link>" }.join() }
</ul> </ul>
)) ), inline_format: true)
end end
end end