SOLR-13425: Wrong color in horizontal definition list (#653)

This commit is contained in:
Jan Høydahl 2019-04-25 15:57:16 +02:00 committed by GitHub
parent 6d94631538
commit ef79dd548d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -307,6 +307,8 @@ Other Changes
* SOLR-13400: Replace Observable pattern in TransientSolrCoreCache (Erick Erickson)
* SOLR-13425: Ref-Guide: Wrong color of text in left column of horizontal definition list (janhoy)
* SOLR-13423: Upgrade RRD4j to version 3.5. (ab)
================== 8.0.0 ==================

View File

@ -6,7 +6,7 @@
col style=style_value(width: [(attr :itemwidth), '%'])
- items.each do |terms, dd|
tr
th.hdlist1 class=('strong' if option? 'strong')
td.hdlist1 class=('strong' if option? 'strong')
- terms = [*terms]
- terms.each_with_index do |dt, idx|
=dt.text