X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Finvalid.html;h=922829cd0f7eefc09f5af6424c9299c693b74c0d;hp=ea97d002e593e4c0b3379482456b95f93a0fa5ff;hb=ffd92ca2374c0b2218e583d02e0bdd24b8c110ae;hpb=a23c4f218c3adf236d89d5927cae37d6e6e4feda diff --git a/src/main/resources/templates/invalid.html b/src/main/resources/templates/invalid.html index ea97d00..922829c 100644 --- a/src/main/resources/templates/invalid.html +++ b/src/main/resources/templates/invalid.html @@ -3,13 +3,13 @@

<%= Page.Invalid.Page.Title|l10n|html>

<%foreach messages message> - <%if message|substring start=0 length=1|match value='!'> -

<% message|substring start=1|parse>

+ <%if message|substring start==0 length==1|match value=='!'> +

<% message|substring start==1|parse|render>

<%else> -

<% message|parse>

+

<% message|parse|render>

<%/if> <%foreachelse> -

<%= Page.Invalid.Text|l10n|html|replace needle="{link}" replacement=''|replace needle="{/link}" replacement=''>

+

<%= Page.Invalid.Text|l10n|html|replace needle=="{link}" replacement==''|replace needle=="{/link}" replacement==''>

<%/foreach> <%include include/tail.html>