mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-21 11:22:34 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6748 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
044378b0bf
commit
e4347882e2
3 changed files with 3 additions and 3 deletions
|
|
@ -443,7 +443,7 @@
|
|||
**/
|
||||
function getBrowserTitle() {
|
||||
$oContext = &Context::getInstance();
|
||||
return $oContext->_getBrowserTitle();
|
||||
return htmlspecialchars($oContext->_getBrowserTitle());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue