aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v3dv/html_table.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2012-01-10 22:50:12 -0500
committerRalph Amissah <ralph@amissah.com>2012-01-10 22:53:33 -0500
commitdf67ee1079d074dc2af54aa87187c6538e73d5d7 (patch)
tree8951ce72708a2db81fe16e55faafc41b9b879b2c /lib/sisu/v3dv/html_table.rb
parentv3dv: class names, remove "SiSU_" (reserve for module names for consistency) (diff)
v3dv: class names, use more CamelCase
Diffstat (limited to 'lib/sisu/v3dv/html_table.rb')
-rw-r--r--lib/sisu/v3dv/html_table.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sisu/v3dv/html_table.rb b/lib/sisu/v3dv/html_table.rb
index ba21cac4..87a4c4b6 100644
--- a/lib/sisu/v3dv/html_table.rb
+++ b/lib/sisu/v3dv/html_table.rb
@@ -59,7 +59,7 @@
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__