Commit 4a482aae authored by dimitri's avatar dimitri

replaced png extension with gif for forumulas

parent d2aec1ba
...@@ -490,7 +490,7 @@ void HtmlDocVisitor::visit(DocFormula *f) ...@@ -490,7 +490,7 @@ void HtmlDocVisitor::visit(DocFormula *f)
m_t << "\""; m_t << "\"";
/// @todo cache image dimensions on formula generation and give height/width /// @todo cache image dimensions on formula generation and give height/width
/// for faster preloading and better rendering of the page /// 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) if (bDisplay)
{ {
m_t << endl << "</p>" << endl; m_t << endl << "</p>" << endl;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment