From: Bartosz DziewoƄski Date: Tue, 25 Apr 2017 14:41:51 +0000 (+0200) Subject: Add a space between "Go to page" dropdown and button for multipage images X-Git-Tag: 1.31.0-rc.0~3416^2 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/?a=commitdiff_plain;h=87a0d64d1194a9ca0a47b7178cd0cc1e4a3e00d4;p=lhc%2Fweb%2Fwiklou.git Add a space between "Go to page" dropdown and button for multipage images Change-Id: I174da5597563be36cc6e67a485f8556b9bcd84f6 --- diff --git a/includes/page/ImagePage.php b/includes/page/ImagePage.php index f8202a6cb2..f3c3ed8521 100644 --- a/includes/page/ImagePage.php +++ b/includes/page/ImagePage.php @@ -494,6 +494,7 @@ class ImagePage extends Article { Xml::openElement( 'form', $formParams ) . Html::hidden( 'title', $this->getTitle()->getPrefixedDBkey() ) . $this->getContext()->msg( 'imgmultigoto' )->rawParams( $select )->parse() . + $this->getContext()->msg( 'word-separator' )->escaped() . Xml::submitButton( $this->getContext()->msg( 'imgmultigo' )->text() ) . Xml::closeElement( 'form' ) . "
$thumb1\n$thumb2
"