aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v3/harvest_topics.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2011-09-05 10:36:28 -0400
committerRalph Amissah <ralph@amissah.com>2011-09-05 10:41:45 -0400
commit7bc559f85cb0b6c6f4cdfe127a386573b4c5d8ce (patch)
tree4d7832a654779710edbf304437be8ee8ab0e6dc7 /lib/sisu/v3/harvest_topics.rb
parentv3: 3.0.17 version & changelog "opened" (diff)
v3: unix conditional tests (? :) remove line break markers before : cosmetic
Diffstat (limited to 'lib/sisu/v3/harvest_topics.rb')
-rw-r--r--lib/sisu/v3/harvest_topics.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/sisu/v3/harvest_topics.rb b/lib/sisu/v3/harvest_topics.rb
index c3204de9..9ab78f46 100644
--- a/lib/sisu/v3/harvest_topics.rb
+++ b/lib/sisu/v3/harvest_topics.rb
@@ -310,17 +310,17 @@ module HARVEST_topics
css_path,authors='',''
if @env.output_dir_structure.by_language_code?
css_path=(type !~/maintenance/) \
- ? '../../_sisu/css/harvest.css' \
+ ? '../../_sisu/css/harvest.css'
: 'harvest.css'
authors='authors.html'
elsif @env.output_dir_structure.by_filetype?
css_path=(type !~/maintenance/) \
- ? '../_sisu/css/harvest.css' \
+ ? '../_sisu/css/harvest.css'
: 'harvest.css'
authors="authors.#{lng}.html"
elsif @env.output_dir_structure.by_filename?
css_path=(type !~/maintenance/) \
- ? '../_sisu/css/harvest.css' \
+ ? '../_sisu/css/harvest.css'
: 'harvest.css'
authors="authors.#{lng}.html"
end
@@ -375,7 +375,7 @@ WOK
a << '<p>'
@alph.each do |x|
a << ((x =~/[0-9]/) \
- ? '' \
+ ? ''
: %{<a href="##{x}">#{x}</a>,&nbsp;})
end
a=a.join