Skip to content

Commit

Permalink
Update TagCloud.php
Browse files Browse the repository at this point in the history
Remove obsolete "div" element `align="justify"`

Refs: #253
  • Loading branch information
kghbln committed Jul 7, 2017
1 parent cb57046 commit d481888
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions formats/tagcloud/TagCloud.php
Original file line number Diff line number Diff line change
Expand Up @@ -314,8 +314,7 @@ private function getTagCloud( array $tags ) {
// General placeholder
$attribs = [
'class' => 'srf-tagcloud' . $class,
'data-version' => '0.4.1',
'align' => 'justify'
'data-version' => '0.4.1'
];

return Html::rawElement( 'div', $attribs, $processing . $htmlSTags );
Expand Down Expand Up @@ -440,4 +439,4 @@ public function getParamDefinitions( array $definitions ) {

return $params;
}
}
}

0 comments on commit d481888

Please sign in to comment.