Skip to content

Commit

Permalink
Remove double space
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Hunziker committed Jun 21, 2017
1 parent 3ec6e16 commit 93da661
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/joomla/toolbar/standard.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
?>

<?php if ($group) : ?>
<a <?php echo $id; ?> href="#" onclick="<?php echo $doTask; ?>" class="dropdown-item">
<a<?php echo $id; ?> href="#" onclick="<?php echo $doTask; ?>" class="dropdown-item">
<span class="<?php echo trim($class); ?>"></span>
<?php echo $text; ?>
</a>
<?php else : ?>
<button <?php echo $id; ?> onclick="<?php echo $doTask; ?>" class="<?php echo $btnClass; ?>">
<button<?php echo $id; ?> onclick="<?php echo $doTask; ?>" class="<?php echo $btnClass; ?>">
<span class="<?php echo trim($class); ?>" aria-hidden="true"></span>
<?php echo $text; ?>
</button>
Expand Down

0 comments on commit 93da661

Please sign in to comment.