mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
* pr/1681: fix #1659 확장변수 반환 포맷이 달라질 수 있는 문제 수정
This commit is contained in:
commit
7dee2908e1
1 changed files with 2 additions and 2 deletions
|
|
@ -292,11 +292,11 @@ class ExtraItem
|
||||||
/**
|
/**
|
||||||
* Returns a value for HTML
|
* Returns a value for HTML
|
||||||
*
|
*
|
||||||
* @return string Returns a value expressed in HTML.
|
* @return string Returns filtered value
|
||||||
*/
|
*/
|
||||||
function getValue()
|
function getValue()
|
||||||
{
|
{
|
||||||
return $this->_getTypeValue($this->type, $this->value);
|
return removeHackTag($this->value);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue