myaac/system/templates/rules.html.twig
Silic0n Alph4 28dd1969b3
Fix rules page formatting (#177)
The rules page uses a textarea to show lines break.
This commit replaces the textarea and uses the Twig
nl2br function to format the text for web browsers.

Fixes #176
2021-10-30 19:29:36 +02:00

3 lines
95 B
Twig

<b>{{ config.lua.serverName }} Rules</b><br/>
{{ getCustomPage('rules_on_the_page') | nl2br }}