Skip to content
Snippets Groups Projects
Commit 54bc2d19 authored by pabois's avatar pabois
Browse files

try fix

parent 5b301ce7
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,8 @@ class Static::Html < Static::Default
end
end
ps.slice(first_text .. last_text).to_html
new_text = ps.slice(first_text .. last_text)
new_text.nil? ? '' : new_text.to_html
end
end
\ No newline at end of file
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