Skip to content

Commit

Permalink
Remove PHP notice
Browse files Browse the repository at this point in the history
  • Loading branch information
Frédéric Guillot committed Feb 28, 2014
1 parent e3ff52a commit e7db71b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/board_edit.php
Expand Up @@ -16,7 +16,7 @@
<?= Helper\form_label(t('Column %d', ++$i), 'title['.$column['id'].']') ?>
<?= Helper\form_text('title['.$column['id'].']', $values, $errors, array('required')) ?>
<?= Helper\form_number('task_limit['.$column['id'].']', $values, $errors, array('placeholder="'.t('limit').'"')) ?>
<a href="?controller=board&amp;action=confirm&amp;project_id=<?= $project['id'] ?>&amp;column_id=<?= $column_id ?>"><?= t('Remove') ?></a>
<a href="?controller=board&amp;action=confirm&amp;project_id=<?= $project['id'] ?>&amp;column_id=<?= $column['id'] ?>"><?= t('Remove') ?></a>
<?php endforeach ?>

<div class="form-actions">
Expand Down

0 comments on commit e7db71b

Please sign in to comment.