You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ja...@apache.org on 2019/04/25 13:59:23 UTC

[lucene-solr] branch branch_8x updated: SOLR-13425: Wrong color in horizontal definition list (#653)

This is an automated email from the ASF dual-hosted git repository.

janhoy pushed a commit to branch branch_8x
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/branch_8x by this push:
     new 1cf0439  SOLR-13425: Wrong color in horizontal definition list (#653)
1cf0439 is described below

commit 1cf0439a24c55ee1c00ad0141cafd01a9550d8f8
Author: Jan Høydahl <ja...@apache.org>
AuthorDate: Thu Apr 25 15:57:16 2019 +0200

    SOLR-13425: Wrong color in horizontal definition list (#653)
    
    (cherry picked from commit ef79dd548d410dde90235b56fe6d7ad5adb351f3)
---
 solr/CHANGES.txt                                     | 4 +++-
 solr/solr-ref-guide/src/_templates/_hdlist.html.slim | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index e48856b..15649bd 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -219,7 +219,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,
@@ -282,6 +282,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 ==================
diff --git a/solr/solr-ref-guide/src/_templates/_hdlist.html.slim b/solr/solr-ref-guide/src/_templates/_hdlist.html.slim
index 43d0394..6e6629d 100644
--- a/solr/solr-ref-guide/src/_templates/_hdlist.html.slim
+++ b/solr/solr-ref-guide/src/_templates/_hdlist.html.slim
@@ -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