aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v0/rexml.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sisu/v0/rexml.rb')
-rw-r--r--lib/sisu/v0/rexml.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/sisu/v0/rexml.rb b/lib/sisu/v0/rexml.rb
index e710c7ed..d3346a91 100644
--- a/lib/sisu/v0/rexml.rb
+++ b/lib/sisu/v0/rexml.rb
@@ -83,7 +83,8 @@ module SiSU_Rexml
def xml
begin
if FileTest.file?(@fnap)
- if @prog.rexml !=false and FileTest.directory?('/usr/lib/ruby/1.8/rexml/') #note values can be other than true
+ if @prog.rexml !=false \
+ and FileTest.directory?('/usr/lib/ruby/1.8/rexml/') #note values can be other than true
xmlfile=IO.readlines(@fnap,'').join
begin
@xmldoc=REXML::Document.new xmlfile