Fix error

This commit is contained in:
Alex Kotov 2024-09-17 10:11:33 +04:00
parent e29c3202fe
commit 5c814e9edd
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08

View file

@ -42,7 +42,7 @@ module Repubmark
result += link_text
end
result += "\n"
result += @caption.to_html
result += @caption.to_html.to_s
if alt_urls&.any?
result += %[(#{
alt_urls.map do |alt_url|