aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v5/xhtml.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2013-12-03 00:10:52 -0500
committerRalph Amissah <ralph@amissah.com>2013-12-03 00:10:52 -0500
commit6c3930e1c1faeee50dcde7991b7e8d63a746805c (patch)
treeb61ff3c71c9a9059d894f146bf65a727e3d5e862 /lib/sisu/v5/xhtml.rb
parentv5: some renaming to ao from dal continued (diff)
v5: some file renaming related to: shared files & epub, odf:odt, plaintext
Diffstat (limited to 'lib/sisu/v5/xhtml.rb')
-rw-r--r--lib/sisu/v5/xhtml.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/sisu/v5/xhtml.rb b/lib/sisu/v5/xhtml.rb
index 995316b1..841ae03e 100644
--- a/lib/sisu/v5/xhtml.rb
+++ b/lib/sisu/v5/xhtml.rb
@@ -66,7 +66,7 @@ module SiSU_XHTML
include SiSU_Particulars
require_relative 'sysenv' # sysenv.rb
include SiSU_Env
- require_relative 'shared_xml' # shared_xml.rb
+ require_relative 'xml_shared' # xml_shared.rb
include SiSU_XML_Munge
require_relative 'xml_format' # xml_format.rb
include SiSU_XML_Format
@@ -134,8 +134,8 @@ module SiSU_XHTML
end
end
class Scroll
- require_relative 'shared_xhtml' # shared_xhtml.rb #check already called
- require_relative 'shared_txt' # shared_txt.rb
+ require_relative 'xhtml_shared' # xhtml_shared.rb #check already called
+ require_relative 'txt_shared' # txt_shared.rb
include SiSU_TextUtils
require_relative 'css' # css.rb
@@xml={ body: [], sisu: [], open: [], close: [], head: [] }