Skip to content

Commit

Permalink
Make Travis happy!
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrezdev committed May 10, 2016
1 parent 4bdfee3 commit 519cd90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/joomla/modal/body.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

if ($bodyHeight && $bodyHeight >= 20 && $bodyHeight < 90)
{
$bodyClass.= ' jviewport-height' . $bodyHeight;
$bodyClass .= ' jviewport-height' . $bodyHeight;
}
?>
<div class="<?php echo $bodyClass; ?>">
Expand Down

0 comments on commit 519cd90

Please sign in to comment.