Skip to content

Commit

Permalink
missing quote
Browse files Browse the repository at this point in the history
  • Loading branch information
bbannon committed Jun 26, 2024
1 parent 7ed6ef3 commit 5af285d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion category.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
. '<a href="category.php" class="form-control btn btn-secondary ml-1">Cancel</a> '
. (!empty($id) ? '
<button class="form-control btn btn-danger ml-1" name="delete" '
. 'type="submit" onclick="return confirm('
. 'type="submit" onclick="return confirm(\''
. translate ( 'Are you sure you want to delete this entry?', true )
. '\')">' . translate ( 'Delete' ) . '</button>' : '' ) . '
</div>
Expand Down

0 comments on commit 5af285d

Please sign in to comment.