Fix typo in ibay delete link

This commit is contained in:
2025-02-07 11:41:04 +00:00
parent 642d013437
commit 3070e0656c
2 changed files with 5 additions and 2 deletions

View File

@@ -90,7 +90,7 @@
%my $csrf_token = "TOKEN"; # CSRF token for security
%my $ibays_entry_name = $ibay->key; # ibays_entry name extracted from the data structure
%$actionRemove = qq{
% <a href="ibaysd?CsrfDef=$csrf_token&trt=DEL&ibays=$ibays_entry_name">
% <a href="ibaysd?CsrfDef=$csrf_token&trt=DEL&ibay=$ibays_entry_name">
% <button type='button' class='sme-remove-button' title='$remove_text' >
% $remove_text
% </button>