Skip to content

Commit

Permalink
Update Gallery.php
Browse files Browse the repository at this point in the history
Remove obsolete "div" element align="justify"
  • Loading branch information
kghbln committed Jul 7, 2017
1 parent d481888 commit 220aef3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion formats/gallery/Gallery.php
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ public function getResultText( SMWQueryResult $results, $outputmode ) {
if ( !$ig->isEmpty() ) {
$attribs = [
'class' => 'srf-gallery' . $class,
'align' => 'justify',
'data-redirect-type' => $redirectType,
'data-ns-text' => $this->getFileNsTextForPageLanguage()
];
Expand Down

0 comments on commit 220aef3

Please sign in to comment.