diff options
author | Ralph Amissah <ralph@amissah.com> | 2014-07-29 19:56:22 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2014-07-29 19:56:22 -0400 |
commit | 612f856978e9c2439a3f6fb8164bb9029c4102d2 (patch) | |
tree | 22052eb76ff571d2be243f567437870ba4c217ea /lib/sisu/v6/xhtml.rb | |
parent | debian/changelog (5.5.4-1) (diff) | |
parent | v5 v6: ensure reset of parsed document directory path (diff) |
Merge tag 'sisu_5.5.5' into debian/sid
SiSU 5.5.5
Diffstat (limited to 'lib/sisu/v6/xhtml.rb')
-rw-r--r-- | lib/sisu/v6/xhtml.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/sisu/v6/xhtml.rb b/lib/sisu/v6/xhtml.rb index 3201834b..dc04e8b2 100644 --- a/lib/sisu/v6/xhtml.rb +++ b/lib/sisu/v6/xhtml.rb @@ -121,6 +121,7 @@ module SiSU_XHTML end ensure SiSU_Env::CreateSite.new(@opt).cp_css + Dir.chdir(@opt.f_pth[:pth]) end end private |