Comment 9 for bug 316140

Revision history for this message
WarwickH (warwickha-deactivatedaccount) wrote :

I have modified the file again to simplify the change and reduce the chance of compatibility problems with other pages.

My contextbrowser.cpp now contains at line 4192

from: m_wiki = m_wiki.mid( m_wiki.find( "<h1 class=\"firstHeading\">" ) );
to: m_wiki = m_wiki.mid( m_wiki.find( "<h1 id=\"firstHeading\"" ) );