Reordered wiki render stages so images happen before external links. Fixes a parser bug seen, among other places, on the Donation page.
authorDan
Tue, 20 Apr 2010 11:38:59 -0400
changeset 1245 62763b17be2d
parent 1244 ba80cfffb673
child 1248 3914c9a95879
Reordered wiki render stages so images happen before external links. Fixes a parser bug seen, among other places, on the Donation page.
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'