Skip to content

Commit

Permalink
Update index.php
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh authored Dec 21, 2017
1 parent d8152a9 commit 61460cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
<?php endforeach; ?>
<?php if($deleteEnabled): ?>
<td>
<a href="<?= action('\Barryvdh\TranslationManager\Controller@postDelete', [$group, $key]) ?>" class="delete-key" data-confirm="Are you sure you want to delete the translations for '<?= $key ?>?"><span class="glyphicon glyphicon-trash"></span></a>
<a href="<?= action('\Barryvdh\TranslationManager\Controller@postDelete', [urlencode($group), urlencode($key)]) ?>" class="delete-key" data-confirm="Are you sure you want to delete the translations for '<?= $key ?>?"><span class="glyphicon glyphicon-trash"></span></a>
</td>
<?php endif; ?>
</tr>
Expand Down

0 comments on commit 61460cd

Please sign in to comment.