summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--vendor/bluecloth.rb4
1 files 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 )