diff --git a/mozilla/webtools/PLIF/output/http/login.detailsSent b/mozilla/webtools/PLIF/output/http/login.detailsSent index ce35d39db0a..5ac60198126 100644 --- a/mozilla/webtools/PLIF/output/http/login.detailsSent +++ b/mozilla/webtools/PLIF/output/http/login.detailsSent @@ -5,11 +5,11 @@ TemplateToolkit

Your password has been sent.

-
+

[%- FOREACH key = pendingCommands.keys -%] [%- FOREACH value = pendingCommands.$key %] - + [%- END -%] [%- END %]

diff --git a/mozilla/webtools/PLIF/output/http/template.html.header b/mozilla/webtools/PLIF/output/http/template.html.header index d65a7785ce4..44c577d2e88 100644 --- a/mozilla/webtools/PLIF/output/http/template.html.header +++ b/mozilla/webtools/PLIF/output/http/template.html.header @@ -11,11 +11,11 @@ Content-Type: text/html [% app.name %][% IF title != app.name %]: [% title %][% END %] [% IF session.fields.settings.stylesheet != '' -%] - + [% END -%] -

[% title %]

+

[% title | html %]

[%- IF session.adminMessage != '' %] -

[% session.adminMessage %]

+

[% session.adminMessage | html %]

[% END -%] diff --git a/mozilla/webtools/PLIF/output/http/template.html.login.form b/mozilla/webtools/PLIF/output/http/template.html.login.form index cb04ae190e0..d2d7724b485 100644 --- a/mozilla/webtools/PLIF/output/http/template.html.login.form +++ b/mozilla/webtools/PLIF/output/http/template.html.login.form @@ -4,9 +4,9 @@ TemplateToolkit - - + +