Index: trunk/phase3/includes/EditPage.php |
— | — | @@ -1703,7 +1703,7 @@ |
1704 | 1704 | array( 'image' => 'button_image.png', |
1705 | 1705 | 'id' => 'mw-editbutton-image', |
1706 | 1706 | 'open' => '[['.$wgContLang->getNsText(NS_IMAGE).":", |
1707 | | - 'close' => ']]', |
| 1707 | + 'close' => '|thumb]]', |
1708 | 1708 | 'sample'=> wfMsg('image_sample'), |
1709 | 1709 | 'tip' => wfMsg('image_tip'), |
1710 | 1710 | 'key' => 'D' |