summaryrefslogtreecommitdiff
path: root/httemplate/elements/header-popup.html
diff options
context:
space:
mode:
authorivan <ivan>2011-05-11 16:20:13 +0000
committerivan <ivan>2011-05-11 16:20:13 +0000
commit83053569b3d965924e2e1d4f5b199609ec7c29af (patch)
treecf7b145fe37e171045040cf9619e6aab98689cae /httemplate/elements/header-popup.html
parent38eb380a88ea7a130e83b77ff9c51ef6967b707b (diff)
i18n, RT#12515
Diffstat (limited to 'httemplate/elements/header-popup.html')
-rw-r--r--httemplate/elements/header-popup.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/elements/header-popup.html b/httemplate/elements/header-popup.html
index 2bd4a96e8..bd17d2f7d 100644
--- a/httemplate/elements/header-popup.html
+++ b/httemplate/elements/header-popup.html
@@ -20,7 +20,7 @@ Example:
<HTML>
<HEAD>
<TITLE>
- <% $title %>
+ <% $title |h %>
</TITLE>
<META HTTP-Equiv="Cache-Control" Content="no-cache">
<META HTTP-Equiv="Pragma" Content="no-cache">
@@ -30,7 +30,7 @@ Example:
<BODY BGCOLOR="#f8f8f8" <% $etc %>>
<link href="<%$fsurl%>elements/freeside.css" type="text/css" rel="stylesheet">
<FONT SIZE=6>
- <CENTER><% $title %></CENTER>
+ <CENTER><% $title |h %></CENTER>
</FONT>
% unless ( $nobr ) {