#145 - 18/01/2026 17:56:21
Ensure string type for nl2br usage across codebase
Refactored multiple files to explicitly cast variables to string before passing them to nl2br, preventing potential type errors and ensuring consistent output formatting. Also added null coalescing operators to date handling in some files to avoid errors when date fields are missing.