Fix error
This commit is contained in:
parent
e29c3202fe
commit
5c814e9edd
1 changed files with 1 additions and 1 deletions
|
@ -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|
|
||||
|
|
Loading…
Reference in a new issue