diff --git a/system/templates/rules.html.twig b/system/templates/rules.html.twig index 83e0103f..55490047 100644 --- a/system/templates/rules.html.twig +++ b/system/templates/rules.html.twig @@ -1,8 +1,2 @@ -{% if constant('PAGE') == 'rules' %} <b>{{ config.lua.serverName }} Rules</b><br/> -<textarea rows="25" wrap="physical" cols="70" readonly="true"> -{% endif %} -{{ getCustomPage('rules_on_the_page') }} -{% if constant('PAGE') == 'rules' %} - </textarea> -{% endif %} +{{ getCustomPage('rules_on_the_page') | nl2br }}