diff options
-rw-r--r-- | trivium.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trivium.rb b/trivium.rb index b8e3e37..933f853 100644 --- a/trivium.rb +++ b/trivium.rb @@ -63,7 +63,7 @@ class Dots < String when "link" title, desc = body.split("|", 2) %{<p class="link"><span><a href="#{args.strip}">#{title.strip}</a>#{ - SpanBlueCloth.new(desc).to_html}</span></p>} + SpanBlueCloth.new(desc.to_s).to_html}</span></p>} when "quote" if args.strip.empty? src = "" |