]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetERT.cpp
XHTML/DocBook: merge code duplicates for vertical alignment.
[features.git] / src / insets / InsetERT.cpp
index 00f497f0319f258556ea3b6b77a2aabf2bcb958b..b3e73ffdede35656a53a29c8412594edf631521b 100644 (file)
@@ -158,6 +158,8 @@ void InsetERT::docbook(XMLStream & xs, OutputParams const & runparams) const
                        os_trimmed.insert(4, from_ascii("}"));
                }
 
+               std::cout << to_utf8(os_trimmed) << std::endl;
+
                // Look into the global table of Unicode characters if there is a match.
                bool termination;
                docstring rem;