Skip to content

Commit

Permalink
Merge pull request #731 from cloud2018/remove-duplicate-blanks
Browse files Browse the repository at this point in the history
Papercut: remove duplicate blanks
  • Loading branch information
juliusknorr authored Nov 22, 2018
2 parents c429ba5 + 1299fcf commit d4b5f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/part.boardlist.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ class="ng-pristine ng-valid" ng-submit="boardCreate()">
<td></td>
<td>
<div class="board-edit-controls">
<span class="icon icon-checkmark" ng-click="boardCreate()" title="<?php p($l->t('Create board')); ?>"><span class="hidden-visually"><?php p($l->t('Create board')); ?></span></span>
<span class="icon icon-checkmark" ng-click="boardCreate()" title="<?php p($l->t('Create board')); ?>"><span class="hidden-visually"><?php p($l->t('Create board')); ?></span></span>
<span class="icon icon-close" ng-click="status.addBoard=!status.addBoard" title="<?php p($l->t('Close')); ?>"><span class="hidden-visually"><?php p($l->t('Close')); ?></span></span>
</div>
</td>
Expand Down

0 comments on commit d4b5f2a

Please sign in to comment.