From 54cff4129f7afb9a32e6cff1a69e7e844d97f83a Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Wed, 27 Mar 2013 15:46:06 -0400 Subject: [PATCH] Forgot to include "u" as a font tag. --- src/output_xhtml.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/output_xhtml.cpp b/src/output_xhtml.cpp index 30eda975b4..d3386ee1a5 100644 --- a/src/output_xhtml.cpp +++ b/src/output_xhtml.cpp @@ -149,7 +149,7 @@ bool isFontTag(string const & s) { return s == "em" || s == "strong" || s == "i" || s == "b" || s == "dfn" || s == "kbd" || s == "var" || s == "samp" - || s == "del"; + || s == "del" || s == "u"; } -- 2.39.2