commit 80d3960b95fd3e5fbb256412f8a50427b4c98675
Author: Juergen Spitzmueller <[email protected]>
Date:   Fri Jul 25 10:11:59 2025 +0200

    Fix XHTML references string
    
    This is dependent on class ("Bibliography" or "References")
---
 src/insets/InsetBibtex.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/insets/InsetBibtex.cpp b/src/insets/InsetBibtex.cpp
index 5aa2ff7ca6..8da0927965 100644
--- a/src/insets/InsetBibtex.cpp
+++ b/src/insets/InsetBibtex.cpp
@@ -1031,7 +1031,7 @@ docstring InsetBibtex::xhtml(XMLStream & xs, OutputParams 
const &) const
        ci.max_key_size = UINT_MAX;
 
        xs << xml::StartTag("h2", "class='bibtex'")
-          << buffer().B_("References")
+          << getRefLabel()
           << xml::EndTag("h2")
           << xml::StartTag("div", "class='bibtex'");
 
-- 
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to