Skip to content

Commit

Permalink
fixed spacer regression
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Sep 17, 2010
1 parent 8f0fe0b commit e1a5a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/outputrenderers.php
Expand Up @@ -1720,7 +1720,7 @@ public function spacer(array $attributes = null, $br = false) {
if (empty($attributes['width'])) {
$attributes['width'] = 1;
}
if (empty($options['height'])) {
if (empty($attributes['height'])) {
$attributes['height'] = 1;
}
$attributes['class'] = 'spacer';
Expand Down

0 comments on commit e1a5a9c

Please sign in to comment.