diff options
author | Ralph Amissah <ralph@amissah.com> | 2012-01-10 22:47:40 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2012-01-10 22:48:49 -0500 |
commit | 732dca2b21d2261349e639c37e6ed1431e65250c (patch) | |
tree | 974ac69a986859c45ba9663145efd03fc470ef9a /lib/sisu/v3dv/html.rb | |
parent | v3dv: module names, use more CamelCase (diff) |
v3dv: class names, remove "SiSU_" (reserve for module names for consistency)
Diffstat (limited to 'lib/sisu/v3dv/html.rb')
-rw-r--r-- | lib/sisu/v3dv/html.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sisu/v3dv/html.rb b/lib/sisu/v3dv/html.rb index 62cbd50b..f8c3b32d 100644 --- a/lib/sisu/v3dv/html.rb +++ b/lib/sisu/v3dv/html.rb @@ -419,7 +419,7 @@ WOK %{target="_top">\\1 \\2</a> }) end p_num=SiSU_HTML_Format::Paragraph_number.new(@md,ocn) if ocn - @file=SiSU_Env::SiSU_file.new(@md) if @md + @file=SiSU_Env::FileOp.new(@md) if @md txt_obj=if seg_link=~/sisu_manifest\.html/ man_link=if @file.output_dir_structure.by_language_code? \ or @file.output_dir_structure.by_filetype? @@ -611,7 +611,7 @@ WOK class Output def initialize(data='',md='') @data,@md=data,md - @file=SiSU_Env::SiSU_file.new(@md) + @file=SiSU_Env::FileOp.new(@md) end def scroll begin |