]> git.lyx.org Git - lyx.git/blobdiff - src/output_xhtml.h
Fix part of bug #6127: Roundtrip Lyx->Latex->Lyx fails.
[lyx.git] / src / output_xhtml.h
index 529eca92748dcb4359f8a057288df1389676a8d5..6ebb018f5993e8b485c198d3bdcbf7339e9625a4 100644 (file)
@@ -29,6 +29,8 @@ void xhtmlParagraphs(ParagraphList const & subset,
 namespace html {
        ///
        docstring escapeChar(char_type c);
+       /// converts a string to a form safe for links, etc
+       docstring htmlize(docstring const & str);
        /// \return true if tag was opened, false if not 
        bool openTag(odocstream & os, std::string const & tag, 
                     std::string const & attr);