mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-06-19 04:48:57 -04:00
This bug appears because we where trying to display a string as a number. The function to translate was cutting the parameter to the first non numeric character (the space) See #487