X-Git-Url: https://git.deb.at/?p=deb%2Fpackages.git;a=blobdiff_plain;f=templates%2Fhtml%2Fmessages.tmpl;h=7c9c6117700d817f0467fd22be9e784b630a9191;hp=3d8b6a680c2fc98068cca2513de0fadf91721466;hb=bbfd15cf954f1041490d6d299d8ed5b581d431ba;hpb=86a2d10221398bd687f01ece9b52ad3b18ffb969 diff --git a/templates/html/messages.tmpl b/templates/html/messages.tmpl index 3d8b6a6..7c9c611 100644 --- a/templates/html/messages.tmpl +++ b/templates/html/messages.tmpl @@ -1,31 +1,31 @@ [%- FOREACH error IN errors %] [%- '
' IF loop.first %] -

[% error %]

+

[% error | html %]

[% '
' IF loop.last -%] [% END -%] [%- FOREACH debug IN debugs %] [%- '

Debugging:

' IF loop.first -%]
-[% debug %]
+[% debug | html %]
 [% '
' IF loop.last -%] [% END -%] [%- FOREACH hint IN hints %] [%- '
' IF loop.first %] -

[% hint %]

+

[% hint | html %]

[% '
' IF loop.last -%] [% END -%] [%- FOREACH msg IN msgs %] [%- '
' IF loop.first %] -

[% msg %]

+

[% msg | html %]

[% '
' IF loop.last -%] [% END -%] [%- FOREACH note IN notes %] [%- '
' IF loop.first %] [%- IF note.1 %] -

[% note.0 %]

-

[% note.1 %]

+

[% note.0 | html %]

+

[% note.1 | html %]

[% ELSE %] -

[% note.0 %]

+

[% note.0 | html %]

[% END -%] [% '
' IF loop.last -%] [% END -%]