]> git.lyx.org Git - lyx.git/blobdiff - src/Buffer.cpp
Fix typo.
[lyx.git] / src / Buffer.cpp
index 28c1269d5bbd0e0c03a0bac8676ec028319bf0af..5df91ec8532cb20b23ee6bfdd3a417202efd5f2e 100644 (file)
@@ -2151,7 +2151,7 @@ void Buffer::writeLyXHTMLSource(odocstream & os,
        if (output_body) {
                bool const output_body_tag = (output != IncludedFile);
                if (output_body_tag)
-                       os << "<body>\n";
+                       os << "<body dir=\"auto\">\n";
                XHTMLStream xs(os);
                if (output != IncludedFile)
                        // if we're an included file, the counters are in the master.