I've noticed an issue where uptracker.cgi is used, specifically an unintended display of HTML tags in the size field. This issue can be observed in various contexts, such as when uploading a package in the software module or using an upload parameter in a custom module. It's most easily visible with larger files, as the pop-up window remains open for an extended period. I'm opening an issue here because this does not occur with the gray theme, but it does with the authentic theme.
I suspect that theme_nice_size_local outputs the size with span tags, and in uptracker, these tags are escaped here.
Hello,
I've noticed an issue where uptracker.cgi is used, specifically an unintended display of HTML tags in the size field. This issue can be observed in various contexts, such as when uploading a package in the software module or using an upload parameter in a custom module. It's most easily visible with larger files, as the pop-up window remains open for an extended period. I'm opening an issue here because this does not occur with the gray theme, but it does with the authentic theme.
I suspect that theme_nice_size_local outputs the size with span tags, and in uptracker, these tags are escaped here.
Greetings