Starting somewhere around Semantic MediaWiki version 1.0* certain errors stopped being reported as text, and were replaced with a yellow triangular warning icon () with the error text in a rollover tooltip.
(Image from: http://semantic-mediawiki.org/w/extensions/SemanticMediaWiki/skins/images/warning.png)
Is there a way to change this behavior to show the text instead?
* http://semantic-mediawiki.org/wiki/Help:Upgrading_from_0.7_to_1.0
Edit: Here's an example of the HTML in which this icon appears:
<span class="smwttpersist"><span class="smwtticon">warning.png</span>
<span class="smwttcontent"><ul>
<li>Some subquery has no valid condition.</li></ul></span></span>
I'd prefer a toggle in a prefs file somewhere, but a JavaScript workaround would also be welcome.