From 0f90df3b8e1189d37be205d78eaa078ed264808b Mon Sep 17 00:00:00 2001 From: "ian%hixie.ch" Date: Tue, 30 Apr 2002 00:23:07 +0000 Subject: [PATCH] Add various FILTERs were required to keep the output valid HTML... git-svn-id: svn://10.0.0.236/trunk@120260 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/PLIF/output/http/login.detailsSent | 4 ++-- mozilla/webtools/PLIF/output/http/template.html.header | 6 +++--- mozilla/webtools/PLIF/output/http/template.html.login.form | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) 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 - - + +