From 98940662cb0a5b53e81ea6443972dfe2277d0ce3 Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Thu, 26 Dec 2019 05:27:50 +0100 Subject: [PATCH] typo --- src/LaTeXFeatures.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LaTeXFeatures.cpp b/src/LaTeXFeatures.cpp index 346206768d..dd3f25c64d 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" -- 2.39.5