From 7db57248701104979e6d5ea2a67d2aaf7808965c Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Sat, 4 Oct 2008 18:21:49 +0200 Subject: Don't strip leading whitespace in link descriptions --- trivium.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.4.1