diff options
Diffstat (limited to 'ratatoeskr/templates/src/systemtemplates/pluginlist.html')
-rw-r--r-- | ratatoeskr/templates/src/systemtemplates/pluginlist.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ratatoeskr/templates/src/systemtemplates/pluginlist.html b/ratatoeskr/templates/src/systemtemplates/pluginlist.html index 056ba96..5d88fb4 100644 --- a/ratatoeskr/templates/src/systemtemplates/pluginlist.html +++ b/ratatoeskr/templates/src/systemtemplates/pluginlist.html @@ -1,6 +1,7 @@ <ste:load name="master.html" /> <ste:block name="content"> - <ste:default_error /> + <ste:default_error noescape="y" /> + <ste:default_notice noescape="y" /> <ste:default_success /> <form action="$rel_path_to_root/backend/plugin/list" method="post"> |