projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0956915
)
fix title escaping
author
Ivan Kohler
<ivan@freeside.biz>
Fri, 10 Jul 2015 21:19:31 +0000
(14:19 -0700)
committer
Ivan Kohler
<ivan@freeside.biz>
Fri, 10 Jul 2015 21:19:31 +0000
(14:19 -0700)
httemplate/elements/header.html
patch
|
blob
|
history
diff --git
a/httemplate/elements/header.html
b/httemplate/elements/header.html
index
374bfa6
..
0174e1f
100644
(file)
--- a/
httemplate/elements/header.html
+++ b/
httemplate/elements/header.html
@@
-23,7
+23,7
@@
Example:
<HTML>
<HEAD>
<TITLE>
- <% $title %>
+ <% $title
_noescape || encode_entities($title)
%>
</TITLE>
<!-- per RT, to prevent IE compatibility mode -->
<meta http-equiv="X-UA-Compatible" content="IE=edge" />