Skip to content
Snippets Groups Projects
Unverified Commit 48af7588 authored by Sébastien Gaya's avatar Sébastien Gaya Committed by GitHub
Browse files

fix text_after_note when empty (#2288)

parent d0cbf7d4
No related branches found
No related tags found
No related merge requests found
......@@ -35,8 +35,8 @@ module Osuny
html += "<span class=\"note__call\" role=\"button\" tabindex=\"0\" aria-expanded=\"false\" aria-label=\"#{label}\">#{@index}</span>"
html += "<span class=\"note__content\" aria-hidden=\"true\" aria-live=\"polite\">#{note}</span>"
html += "</span>"
html += text_after_note
html += text_after_note.to_s
html
end
end
end
\ No newline at end of file
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment