diff options
author | Ralph Amissah <ralph@amissah.com> | 2014-10-03 20:14:02 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2014-10-03 20:15:07 -0400 |
commit | 6ebc9ecddafa5d9012a687e4e36d8cea851273bf (patch) | |
tree | ee55135aa15526faae11f6d27a640824393b09e0 /lib/sisu/v5/se_css.rb | |
parent | debian/changelog (5.6.8-1) (diff) | |
parent | documentation, minor (on --act) (diff) |
Merge tag 'sisu_5.6.9' into debian/sid
SiSU 5.6.9
Diffstat (limited to 'lib/sisu/v5/se_css.rb')
-rw-r--r-- | lib/sisu/v5/se_css.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/sisu/v5/se_css.rb b/lib/sisu/v5/se_css.rb index 378fece8..4d4713e1 100644 --- a/lib/sisu/v5/se_css.rb +++ b/lib/sisu/v5/se_css.rb @@ -169,21 +169,21 @@ module SiSU_CSS @file.path_rel_links.html_scroll_css \ + @env.path.style + '/' \ + @css.html - %{ <link rel="stylesheet" href="#{stylesheet}" type="text/css" />} + %{ <link href="#{stylesheet}" rel="stylesheet">} end def html_seg stylesheet= @file.path_rel_links.html_seg_css \ + @env.path.style + '/' \ + @css.html - %{ <link rel="stylesheet" href="#{stylesheet}" type="text/css" />} + %{ <link href="#{stylesheet}" rel="stylesheet">} end def html_tables stylesheet= @file.path_rel_links.html_seg_css \ + @env.path.style + '/' \ + @css.html - %{ <link rel="stylesheet" href="#{stylesheet}" type="text/css" />} + %{ <link href="#{stylesheet}" rel="stylesheet">} end def xhtml_epub %{ <link rel="stylesheet" href="css/xhtml.css" type="text/css" />} |