[freeside-commits] branch master updated. f87664b17161e79a5ea8beedb47c8afb5bf63112
Ivan
ivan at 420.am
Thu Jan 28 16:27:35 PST 2016
The branch, master has been updated
via f87664b17161e79a5ea8beedb47c8afb5bf63112 (commit)
from c4c8512adc83e2c6e6640112735e887b71222e1d (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 f87664b17161e79a5ea8beedb47c8afb5bf63112
Author: Ivan Kohler <ivan at freeside.biz>
Date: Thu Jan 28 16:27:30 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