diff options
-rw-r--r-- | trivium.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trivium.rb b/trivium.rb index 1ecccb8..cbe8a21 100644 --- a/trivium.rb +++ b/trivium.rb @@ -36,7 +36,7 @@ class SpanBlueCloth < BlueCloth end def to_html - super.strip + super.rstrip end end |