From 6f2abee157d4310a8272ca0f748ce6b812ae7260 Mon Sep 17 00:00:00 2001 From: Dimitri van Heesch Date: Wed, 28 Oct 2009 22:18:19 +0000 Subject: replaced png extension with gif for forumulas --- src/htmldocvisitor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/htmldocvisitor.cpp b/src/htmldocvisitor.cpp index 49a0de2..7391a76 100644 --- a/src/htmldocvisitor.cpp +++ b/src/htmldocvisitor.cpp @@ -490,7 +490,7 @@ void HtmlDocVisitor::visit(DocFormula *f) m_t << "\""; /// @todo cache image dimensions on formula generation and give height/width /// for faster preloading and better rendering of the page - m_t << " src=\"" << f->relPath() << f->name() << ".png\"/>"; + m_t << " src=\"" << f->relPath() << f->name() << ".gif\"/>"; if (bDisplay) { m_t << endl << "

" << endl; -- cgit v0.12