Commit 6f2abee1 authored by Dimitri van Heesch's avatar Dimitri van Heesch
Browse files

replaced png extension with gif for forumulas

parent 0c751ba9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;