[freeside-commits] branch FREESIDE_4_BRANCH updated. 1f0ec9f162ffb1ce72ddd0feba9407a65aed9f63
Ivan
ivan at 420.am
Thu Jan 28 16:27:44 PST 2016
The branch, FREESIDE_4_BRANCH has been updated
via 1f0ec9f162ffb1ce72ddd0feba9407a65aed9f63 (commit)
from 5f7ce7b22d70058613be046ee67778d6d9969fd9 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 1f0ec9f162ffb1ce72ddd0feba9407a65aed9f63
Author: Ivan Kohler <ivan at freeside.biz>
Date: Thu Jan 28 16:27:38 2016 -0800
RT double-escaping fix
diff --git a/httemplate/elements/header.html b/httemplate/elements/header.html
index 98a8d7c..c8a83ca 100644
--- a/httemplate/elements/header.html
+++ b/httemplate/elements/header.html
@@ -24,7 +24,7 @@ Example:
<HTML>
<HEAD>
<TITLE>
- <% encode_entities($title) || $title_noescape %>
+ <% encode_entities($title) || $title_noescape |n %>
</TITLE>
<!-- per RT, to prevent IE compatibility mode -->
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
-----------------------------------------------------------------------
Summary of changes:
httemplate/elements/header.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list