From: Brion Vibber Date: Wed, 8 Oct 2008 17:29:42 +0000 (+0000) Subject: Tweak to r41837 -- remove 'alt $1' alias for 'alt=$1', we're not sure we need it :) X-Git-Tag: 1.31.0-rc.0~44841 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=7be64c252d772df08eb7b50bdd7e4c1678a97cfe;p=lhc%2Fweb%2Fwiklou.git Tweak to r41837 -- remove 'alt $1' alias for 'alt=$1', we're not sure we need it :) --- diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 45a773e332..0147c1b3db 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -289,7 +289,7 @@ $magicWords = array( 'img_bottom' => array( 1, 'bottom' ), 'img_text_bottom' => array( 1, 'text-bottom' ), 'img_link' => array( 1, 'link=$1' ), - 'img_alt' => array( 1, 'alt=$1', 'alt $1' ), + 'img_alt' => array( 1, 'alt=$1' ), 'int' => array( 0, 'INT:' ), 'sitename' => array( 1, 'SITENAME' ), 'ns' => array( 0, 'NS:' ),