Corrección de errores y mejoras en la visualización del glosario

This commit is contained in:
Manuel Cillero 2019-01-30 01:01:36 +01:00
parent 693eb3ee50
commit c6568888b1
9 changed files with 25 additions and 19 deletions

View file

@ -22,7 +22,7 @@ module GlossaryStylesHelper
def search_index_table(ary, sepcnt, proj, search_index_type = nil)
return "" if (!ary.is_a?(Array) or sepcnt <= 0)
str = '<table><tr>'
str = '<table id="glossary_index"><tr>'
cnt = 0
for ch in ary
str += '</tr><tr>' if ((cnt != 0) and (cnt % sepcnt) == 0 )