virtualmin / virtualmin-gpl

Virtualmin web hosting control panel for Webmin
https://www.virtualmin.com
GNU General Public License v3.0
367 stars 115 forks source link

Email from virtualmin-support includes HTML for date #1022

Closed jcameron closed 3 days ago

jcameron commented 3 days ago

@iliajie currently the email from the virtualmin-support module contains a line like :

Granted at:       <span data-filesize-bytes='1741842293'>03/12/2025 10:04 PM</span>

Can you fix either the theme or this module to not use HTML in the return value from make_date ?

Also, what does data-filesize-bytes mean here???

iliajie commented 3 days ago

Also, what does data-filesize-bytes mean here???

That is used for sorting columns by size (bytes) or date (timestamps).

Can you fix either the theme or this module to not use HTML in the return value from make_date ?

Yes, I can. I will update this ticket with progress...

jcameron commented 3 days ago

That is used for sorting columns by size (bytes) or date (timestamps).

Ok makes sense, I was worried that somehow this timestamp was being treated as a size in bytes.

iliajie commented 3 days ago

Thanks for the heads up, Jamie! It will be fixed in the next Authentic theme release that is happening about now.