mirror of https://github.com/apache/lucene.git
SOLR-13425: Wrong color in horizontal definition list (#653)
This commit is contained in:
parent
6d94631538
commit
ef79dd548d
solr
|
@ -244,7 +244,7 @@ Improvements
|
|||
* SOLR-13337: Only request the minimum required number of terms from each shard when using terms.sort=index and none
|
||||
are discarded due to terms.min/maxcount (Morten Bøgeskov,Munendra S N via Mikhail Khludnev)
|
||||
|
||||
* SOLR-12167: Throw an exception, instead of just a warning, when unknown atomic update operation is
|
||||
* SOLR-12167: Throw an exception, instead of just a warning, when unknown atomic update operation is
|
||||
encountered (Munendra S N via Ishan Chattopadhyaya)
|
||||
|
||||
* SOLR-13394: Switch default GC from CMS to G1 (Ishan Chattopadhyaya, Kesharee Nandan Vishwakarma, Shawn Heisey,
|
||||
|
@ -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 ==================
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue