From 15a3a15a549853ac0d7c3f1e81a10f9badb9069a Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Fri, 11 Jun 2010 21:37:22 -0400 Subject: minor (cosmetic, & info retention) --- lib/sisu/v2/xml_tables.rb | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'lib/sisu/v2/xml_tables.rb') diff --git a/lib/sisu/v2/xml_tables.rb b/lib/sisu/v2/xml_tables.rb index f5b2845c..71bcb37e 100644 --- a/lib/sisu/v2/xml_tables.rb +++ b/lib/sisu/v2/xml_tables.rb @@ -142,9 +142,7 @@ module SiSU_Tables #{tablefoot}} end def table_row(inf,h=false) - bold=if h; '' - else '' - end + bold=h ? '' : '' %{ #{bold}} @@ -155,9 +153,7 @@ module SiSU_Tables end end def table_row_close(h=false) - bold_close=if h; '' - else '' - end + bold_close=h ? '' : '' "#{bold_close}" end def table -- cgit v1.2.3