]> git.lyx.org Git - features.git/commitdiff
More font tags.
authorRichard Heck <rgheck@comcast.net>
Sun, 3 Apr 2011 00:03:10 +0000 (00:03 +0000)
committerRichard Heck <rgheck@comcast.net>
Sun, 3 Apr 2011 00:03:10 +0000 (00:03 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38217 a592a061-630c-0410-9148-cb99ea01b6c8

src/output_xhtml.cpp

index adf468dba9bb0546613be5baa58c1deb0addbc49..b2407858c90f9b4b2d030c5d65054821f263ee0f 100644 (file)
@@ -145,7 +145,8 @@ docstring cleanAttr(docstring const & str)
 
 bool isFontTag(string const & s)
 {
-       return s == "em" || s == "strong"; // others?
+       // others?
+       return s == "em" || s == "strong" || s == "i" || s == "b";
 }