# HG changeset patch # User Dan # Date 1271777939 14400 # Node ID 62763b17be2d56685fdebbe47d8c0083a56f50e2 # Parent ba80cfffb6733bc7d4326f51913af93217c9ec7c Reordered wiki render stages so images happen before external links. Fixes a parser bug seen, among other places, on the Donation page. diff -r ba80cfffb673 -r 62763b17be2d includes/wikiformat.php --- a/includes/wikiformat.php Tue Apr 20 11:38:24 2010 -0400 +++ b/includes/wikiformat.php Tue Apr 20 11:38:59 2010 -0400 @@ -69,11 +69,11 @@ 'bold', 'italic', 'underline', + 'image', 'externalwithtext', 'externalnotext', 'mailtowithtext', 'mailtonotext', - 'image', 'internallink', 'paragraph', 'blockquotepost'