aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v4/urls.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2013-02-14 18:39:16 -0500
committerRalph Amissah <ralph@amissah.com>2013-02-14 18:39:16 -0500
commitd2fa6daa3f2ecbafd2dda8d6da895ef69575e3b3 (patch)
treef770693fea411cc2f85e6c442119860b19fc03ff /lib/sisu/v4/urls.rb
parentv4 (v3): version & changelog (diff)
v4 (v3): cosmetic, minor code shuffle, & remove trailing white-spaces
Diffstat (limited to 'lib/sisu/v4/urls.rb')
-rw-r--r--lib/sisu/v4/urls.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sisu/v4/urls.rb b/lib/sisu/v4/urls.rb
index ad7ab480..e5341581 100644
--- a/lib/sisu/v4/urls.rb
+++ b/lib/sisu/v4/urls.rb
@@ -324,11 +324,11 @@ module SiSU_Urls
or @opt.act[:html_scroll][:set]==:on \
or @opt.act[:html_seg][:set]==:on)
if x =~/scroll/
- if @opt.act[:html_scroll][:set]==:on
+ if @opt.act[:html_scroll][:set]==:on
show.html.scroll(x)
end
else
- if @opt.act[:html_seg][:set]==:on
+ if @opt.act[:html_seg][:set]==:on
show.html.toc(x)
end
end