From 967a86f0fa0c96f5816dc14e3f5208b9fb21944a Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Fri, 29 Aug 2014 19:31:58 -0400 Subject: v5 v6: cosmetic code --- lib/sisu/v5/xml_sax.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/sisu/v5/xml_sax.rb') diff --git a/lib/sisu/v5/xml_sax.rb b/lib/sisu/v5/xml_sax.rb index 69dc39a3..ea3f7175 100644 --- a/lib/sisu/v5/xml_sax.rb +++ b/lib/sisu/v5/xml_sax.rb @@ -430,8 +430,8 @@ WOK rdf=SiSU_XML_Tags::RDF.new(@md) @@xml[:head],@@xml[:body]=[],[] stylesheet=SiSU_Style::CSS_HeadInfo.new(@md,'xml_sax').stylesheet - encoding=if @sys.locale =~/utf-?8/i; '' - else '' + encoding=if @sys.locale =~/utf-?8/i then '' + else '' end @@xml[:open] =<