aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v3/html_table.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2012-03-19 22:19:13 -0400
committerRalph Amissah <ralph@amissah.com>2012-03-19 22:19:13 -0400
commit98192c43c2d8686397a3884cacdc66ac93bafb02 (patch)
tree90903de5b159ac19992c88fe0d7fe7e232f969e4 /lib/sisu/v3/html_table.rb
parentdebian/changelog (3.1.15-2) (diff)
parentCOPYRIGHT, name change using uppercase, format changed (diff)
Merge tag 'sisu_3.2.0' into debian/sid
Diffstat (limited to 'lib/sisu/v3/html_table.rb')
-rw-r--r--lib/sisu/v3/html_table.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sisu/v3/html_table.rb b/lib/sisu/v3/html_table.rb
index ca944dea..87a4c4b6 100644
--- a/lib/sisu/v3/html_table.rb
+++ b/lib/sisu/v3/html_table.rb
@@ -56,10 +56,10 @@
** Description: shared html parts
=end
-module SiSU_HTML_table
+module SiSU_HTML_Table
require_relative 'defaults' # defaults.rb
require_relative 'xhtml_table.rb' # xhtml_table.rb
- class Table_html <SiSU_XHTML_table::Table_xhtml
+ class TableHTML <SiSU_XHTML_Table::TableXHTML
end
end
__END__