[GH-ISSUE #774] HTML tag attribute quote error #530

Closed
opened 2026-03-02 15:59:33 +03:00 by kerem · 1 comment
Owner

Originally created by @alex-itboy on GitHub (Apr 15, 2022).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/774

github.com/prasathmani/tinyfilemanager@a65f8ff8b5/tinyfilemanager.php (L2100)

In this line the attribute data-sort is set to

data-sort=b-"<?php echo str_pad($filesize_raw, 18, "0", STR_PAD_LEFT); ?>"

the b- is outside the quote, should it be ?

Originally created by @alex-itboy on GitHub (Apr 15, 2022). Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/774 https://github.com/prasathmani/tinyfilemanager/blob/a65f8ff8b5c5ab644a0d5ad0e8d7aa79d50c2a6f/tinyfilemanager.php#L2100 In this line the attribute data-sort is set to ```html data-sort=b-"<?php echo str_pad($filesize_raw, 18, "0", STR_PAD_LEFT); ?>" ``` the `b-` is outside the quote, should it be ?
kerem closed this issue 2026-03-02 15:59:33 +03:00
Author
Owner

@prasathmani commented on GitHub (Apr 18, 2022):

fixed, thanks for reporting

<!-- gh-comment-id:1101173219 --> @prasathmani commented on GitHub (Apr 18, 2022): fixed, thanks for reporting
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tinyfilemanager#530
No description provided.