mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Forgot to include "u" as a font tag.
This commit is contained in:
parent
c56d524cd6
commit
54cff4129f
@ -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";
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user