Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Column with filename becomes hidden because of quotes misplacement #1127

Open
imThief opened this issue Dec 19, 2023 · 0 comments
Open

Column with filename becomes hidden because of quotes misplacement #1127

imThief opened this issue Dec 19, 2023 · 0 comments

Comments

@imThief
Copy link

imThief commented Dec 19, 2023

Hello

The subj is clearly visible on the screenshot: because of misplaced quotes browser treats any words in filename after first space as html tag's options. Because of that whole element becomes "hidden" if the filename contains such word.
Screenshot_20231219_062542

I guess something one of this should do the trick:
<td data-sort="<?php echo fm_enc($f) ?>">
<td data-sort=<?php echo '"'.fm_enc($f).'"' ?>>
<td data-sort=<?php echo fm_enc(str_replace(' ','_',$f)) ?>>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants