[freeside-commits] branch master updated. df4a68099abfa067014f36f92874fccefdea662e

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


The branch, master has been updated
       via  df4a68099abfa067014f36f92874fccefdea662e (commit)
      from  342a5e0cf59d543ad5d0549a05a3f65688a4058e (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 df4a68099abfa067014f36f92874fccefdea662e
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Fri Jul 10 14:19:24 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