[freeside-commits] branch FREESIDE_4_BRANCH updated. e7eb845db1afab1cbdbc34ff9c387c5ac554659e

Ivan ivan at 420.am
Fri Jul 10 14:19:34 PDT 2015


The branch, FREESIDE_4_BRANCH has been updated
       via  e7eb845db1afab1cbdbc34ff9c387c5ac554659e (commit)
      from  09569156eadb85b45012db79d96dc98734240902 (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 e7eb845db1afab1cbdbc34ff9c387c5ac554659e
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Fri Jul 10 14:19:31 2015 -0700

    fix title escaping

diff --git a/httemplate/elements/header.html b/httemplate/elements/header.html
index 374bfa6..0174e1f 100644
--- 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" />

-----------------------------------------------------------------------

Summary of changes:
 httemplate/elements/header.html |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list