MDL-56989 boost: don't double-escape page titles
authorDan Poltawski <dan@moodle.com>
Wed, 16 Nov 2016 14:38:32 +0000 (14:38 +0000)
committerDan Poltawski <dan@moodle.com>
Wed, 16 Nov 2016 14:41:03 +0000 (14:41 +0000)
theme/boost/templates/columns1.mustache
theme/boost/templates/columns2.mustache
theme/boost/templates/embedded.mustache
theme/boost/templates/login.mustache
theme/boost/templates/maintenance.mustache
theme/boost/templates/secure.mustache

index 9c6c6da..657d9e1 100644 (file)
@@ -34,7 +34,7 @@
 {{{ output.doctype }}}
 <html {{{ output.htmlattributes }}}>
 <head>
-    <title>{{ output.page_title }}</title>
+    <title>{{{ output.page_title }}}</title>
     <link rel="shortcut icon" href="{{{ output.favicon }}}" />
     {{{ output.standard_head_html }}}
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
index e12306e..6162339 100644 (file)
@@ -46,7 +46,7 @@
 {{{ output.doctype }}}
 <html {{{ output.htmlattributes }}}>
 <head>
-    <title>{{ output.page_title }}</title>
+    <title>{{{ output.page_title }}}</title>
     <link rel="shortcut icon" href="{{{ output.favicon }}}" />
     {{{ output.standard_head_html }}}
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
index 5686cfe..5d939ab 100644 (file)
@@ -1,7 +1,7 @@
 {{{ output.doctype }}}
 <html {{{ output.htmlattributes }}}>
 <head>
-    <title>{{ output.page_title }}</title>
+    <title>{{{ output.page_title }}}</title>
     <link rel="shortcut icon" href="{{{ output.favicon }}}" />
     {{{ output.standard_head_html }}}
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
index 289b6ae..702fdb2 100644 (file)
@@ -1,7 +1,7 @@
 {{{ output.doctype }}}
 <html {{{ output.htmlattributes }}}>
 <head>
-    <title>{{ output.page_title }}</title>
+    <title>{{{ output.page_title }}}</title>
     <link rel="shortcut icon" href="{{{ output.favicon }}}" />
     {{{ output.standard_head_html }}}
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
index 39fcaaf..d642262 100644 (file)
@@ -1,7 +1,7 @@
 {{{ output.doctype }}}
 <html {{{ output.htmlattributes }}}>
 <head>
-    <title>{{ output.page_title }}</title>
+    <title>{{{ output.page_title }}}</title>
     <link rel="shortcut icon" href="{{{ output.favicon }}}" />
     {{{ output.standard_head_html }}}
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
index 2076bd2..edd5717 100644 (file)
@@ -1,7 +1,7 @@
 {{{ output.doctype }}}
 <html {{{ output.htmlattributes }}}>
 <head>
-    <title>{{ output.page_title }}</title>
+    <title>{{{ output.page_title }}}</title>
     <link rel="shortcut icon" href="{{{ output.favicon }}}" />
     {{{ output.standard_head_html }}}
     <meta name="viewport" content="width=device-width, initial-scale=1.0">