mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-15 20:02:16 +00:00
* feat(macros): add meta charset patcher Added a proc that will add a meta tag to browser content with the encoding set to Unicode. Ported from NebulaSS13/Nebula * feat: replace `ISO-8859-1` with `utf-8` * feat(newscaster): use `show_browser` macro * feat(admin): use `show_browser` macro * feat(player_notes_sql): use `show_browser` macro * feat(warning): use `show_browser` macro * feat(paper_bundle): use `show_browser` macro * feat(photography): use `show_browser` macro * chore: add changelog for browser changes * fix(macros): recover the deleted macro * feat(macro): convert place_meta_charset to macro * style(macros): use spaces between macross and body * Apply suggestions from code review Co-authored-by: Werner <1331699+Arrow768@users.noreply.github.com> Signed-off-by: SidVeld <sidveld@gmail.com> * fix(macros): change the position of the bracket --------- Signed-off-by: SidVeld <sidveld@gmail.com> Co-authored-by: Werner <1331699+Arrow768@users.noreply.github.com>