From d35ee0f4dbf7aafe3e48f6c8979fab898255e0dd Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Mon, 2 Jan 2012 20:33:32 +0100 Subject: Remove SJIS-tag from BlueCloth regexps for Ruby 1.9 --- vendor/bluecloth.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vendor/bluecloth.rb b/vendor/bluecloth.rb index 55e5174..862ec50 100644 --- a/vendor/bluecloth.rb +++ b/vendor/bluecloth.rb @@ -1029,7 +1029,7 @@ class BlueCloth < String )? # title is optional \) ) - }xs #" + }x #" # Reference-style images @@ -1040,7 +1040,7 @@ class BlueCloth < String (?:\n[ ]*)? # One optional newline + spaces \[ (.*?) \] # id = $3 ) - }xs + }x ### Turn image markup into image tags. def transform_images( str, rs ) -- cgit 1.4.1