We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4a3876 commit 707ffdcCopy full SHA for 707ffdc
template/pages/home.tpl.php
@@ -10,7 +10,7 @@
10
<div id="layers"></div>
11
<?php
12
if ($this->homeTitle):
13
- echo " <script>document.title = '".$this->homeTitle."';</script>\n";
+ echo " <script>document.title = '".addslashes($this->homeTitle)."';</script>\n";
14
endif;
15
16
if (!empty($this->featuredBox['altHomeLogo'])):
0 commit comments