You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by dw...@apache.org on 2021/03/10 10:07:18 UTC

[lucene] 16/18: SOLR-13425: Wrong color in horizontal definition list (#653)

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

dweiss pushed a commit to branch branch_8_0
in repository https://gitbox.apache.org/repos/asf/lucene.git

commit b5a872d3fd55a67be16a9fc30671b29be0ece013
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/solr-ref-guide/src/_templates/_hdlist.html.slim | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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