diff options
author | ivan <ivan> | 2010-03-23 09:13:32 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-03-23 09:13:32 +0000 |
commit | 9a778387bc4bfc97d28b25a9c123700fc6c15062 (patch) | |
tree | 8624e3de83e611ae2424633ae7973fc29f171aff /httemplate/elements | |
parent | f47e74271866786bb10f37d99383f1fb4ea0e349 (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 c9e8f5756..8a9cb8526 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"> @@ -197,7 +197,7 @@ Example: <TD BGCOLOR="#f8f8f8" HEIGHT="100%" VALIGN="top"> <!-- WIDTH="100%"> --> <FONT SIZE=6> - <% $title %> + <% $title |h %> </FONT> % unless ( $nobr ) { |