aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v0/dal_idx.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2008-12-24 00:34:50 -0500
committerRalph Amissah <ralph@amissah.com>2008-12-24 00:34:50 -0500
commit0c679c4085b7e026c2dc0faa843ed483c4a5590d (patch)
treeff9a43334f4da5b0aac0289d43d683075ef7bfe4 /lib/sisu/v0/dal_idx.rb
parentMerge branch 'upstream' into debian/sid (diff)
parentsqlite3 fix, populate do using rb sqlite3 driver directly (rb dbi problematic (diff)
Merge branch 'upstream' into debian/sid
Diffstat (limited to 'lib/sisu/v0/dal_idx.rb')
-rw-r--r--lib/sisu/v0/dal_idx.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sisu/v0/dal_idx.rb b/lib/sisu/v0/dal_idx.rb
index 8633579f..0e231064 100644
--- a/lib/sisu/v0/dal_idx.rb
+++ b/lib/sisu/v0/dal_idx.rb
@@ -186,7 +186,7 @@ module SiSU_book_index
while letter < f
if alph.length > 0
letter=alph.shift
- @idx[:html] << %{\n<hr />\n<p class="book_index_lev1"><a name="#{letter}">#{letter}</a><p class="book_index_lev1"><a name="#{letter.downcase}"> </a></p>}
+ @idx[:html] << %{\n<p class="letter"><a name="#{letter}">#{letter}</a></p><p class="book_index_lev1"><a name="#{letter.downcase}"> </a></p>}
else break
end
end