Skip to content

Commit

Permalink
replaced png extension with gif for forumulas
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitri van Heesch committed Oct 28, 2009
1 parent 0c751ba commit 6f2abee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/htmldocvisitor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 << "</p>" << endl;
Expand Down

0 comments on commit 6f2abee

Please sign in to comment.