diff options
author | ivan <ivan> | 2010-03-23 09:13:33 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-03-23 09:13:33 +0000 |
commit | 5a1e3e106a2a8ed738c1b39bb6e6445e9993088e (patch) | |
tree | 6cd14eb0a49924d61bd82b84a054fc5025ef2c66 /httemplate/elements | |
parent | 740a284c94d57bd755baa58dae36eae5bc581e44 (diff) |
export svc_mailinglist to CGP groups, RT#7514
Diffstat (limited to 'httemplate/elements')
-rw-r--r-- | httemplate/elements/header.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/elements/header.html b/httemplate/elements/header.html index 22e872eca..8da91ef49 100644 --- a/httemplate/elements/header.html +++ b/httemplate/elements/header.html @@ -24,7 +24,7 @@ Example: <HTML> <HEAD> <TITLE> - <% $title %> + <% $title |h %> </TITLE> <META HTTP-Equiv="Cache-Control" Content="no-cache"> <META HTTP-Equiv="Pragma" Content="no-cache"> @@ -293,7 +293,7 @@ input.fstext { <TD BGCOLOR="#e8e8e8" HEIGHT="100%" VALIGN="top"> <!-- WIDTH="100%"> --> <FONT SIZE=6> - <% $title %> + <% $title |h %> </FONT> % unless ( $nobr ) { |