mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@744 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
6707e078a1
commit
b9afa14f36
4 changed files with 8 additions and 10 deletions
|
|
@ -160,6 +160,7 @@
|
|||
* @brief 사이트 title setting
|
||||
**/
|
||||
function setBrowserTitle($site_title) {
|
||||
if(!$site_title) return;
|
||||
$oContext = &Context::getInstance();
|
||||
$oContext->_setBrowserTitle($site_title);
|
||||
}
|
||||
|
|
@ -168,7 +169,7 @@
|
|||
* @brief 사이트 title setting
|
||||
**/
|
||||
function _setBrowserTitle($site_title) {
|
||||
$this->site_title = $site_title;
|
||||
$this->site_title = htmlspecialchars($site_title);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue