diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2007-12-04 12:26:07 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2007-12-04 12:26:07 +0000 |
commit | 3d86af7e4a383f484cdcfd15c1c020864869f0a0 (patch) | |
tree | d2cd7afda5edc2147f23cd22675a94589b254c83 /lang/ruby18 | |
parent | aec817d7db9777fd208cafd90ec32c7258bc6fab (diff) | |
download | ports-3d86af7e4a383f484cdcfd15c1c020864869f0a0.tar.gz ports-3d86af7e4a383f484cdcfd15c1c020864869f0a0.zip |
Notes
Diffstat (limited to 'lang/ruby18')
-rw-r--r-- | lang/ruby18/files/patch-lib_rexml_document.rb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/ruby18/files/patch-lib_rexml_document.rb b/lang/ruby18/files/patch-lib_rexml_document.rb new file mode 100644 index 000000000000..8f12653cb9d8 --- /dev/null +++ b/lang/ruby18/files/patch-lib_rexml_document.rb @@ -0,0 +1,11 @@ +--- lib/rexml/document.rb.orig 2007-12-04 03:05:22.000000000 +0300 ++++ lib/rexml/document.rb 2007-12-04 03:05:26.000000000 +0300 +@@ -183,7 +183,7 @@ + output = Output.new( output, xml_decl.encoding ) + end + formatter = if indent > -1 +- if transitive ++ if trans + REXML::Formatters::Transitive.new( indent, ie_hack ) + else + REXML::Formatters::Pretty.new( indent, ie_hack ) |