[LyX/master] typo

Juergen Spitzmueller spitz at lyx.org
Thu Dec 26 04:12:37 UTC 2019


commit efa381f3d46c1af7a294cf12bff90fa3f0338909
Author: Juergen Spitzmueller <spitz at lyx.org>
Date:   Thu Dec 26 05:27:50 2019 +0100

    typo
---
 src/LaTeXFeatures.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/LaTeXFeatures.cpp b/src/LaTeXFeatures.cpp
index 3462067..dd3f25c 100644
--- a/src/LaTeXFeatures.cpp
+++ b/src/LaTeXFeatures.cpp
@@ -286,7 +286,7 @@ static docstring const changetracking_xcolor_ulem_hyperref_cb_def = from_ascii(
 	"%% Change tracking with ulem, hyperref and changebars\n"
 	"\\DeclareRobustCommand{\\lyxadded}[4][]{{%\n"
 	"    \\texorpdfstring{\\protect\\cbstart\\color{lyxadded}{}}{}#4%\n"
-	"    \\texorpdfstring{\\protect\\cbend}{}%/n"
+	"    \\texorpdfstring{\\protect\\cbend}{}%\n"
 	"}}\n"
 	"\\DeclareRobustCommand{\\lyxdeleted}[4][]{{%\n"
 	"    \\texorpdfstring{\\protect\\cbstart\\color{lyxdeleted}\\lyxsout{#4}%\n"


More information about the lyx-cvs mailing list