diff options
Diffstat (limited to 'lib/sisu/v3/html_table.rb')
| -rw-r--r-- | lib/sisu/v3/html_table.rb | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/lib/sisu/v3/html_table.rb b/lib/sisu/v3/html_table.rb index 515bc77f..04fb602b 100644 --- a/lib/sisu/v3/html_table.rb +++ b/lib/sisu/v3/html_table.rb @@ -1,4 +1,4 @@ -# coding: utf-8 +# encoding: utf-8  =begin   * Name: SiSU @@ -57,8 +57,8 @@  =end  module SiSU_HTML_table -  require "#{SiSU_lib}/defaults"                           # defaults.rb -  require "#{SiSU_lib}/xhtml_table.rb"                     # xhtml_table.rb +  require_relative 'defaults'                           # defaults.rb +  require_relative 'xhtml_table.rb'                     # xhtml_table.rb    class Table_html <SiSU_XHTML_table::Table_xhtml    end  end | 
