mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 17:51:40 +09:00
This commit is contained in:
parent
78452fc2cb
commit
f4ad0dbb48
1 changed files with 1 additions and 1 deletions
|
|
@ -408,7 +408,7 @@ class TemplateHandler
|
|||
//return origin code when src value started '${'.
|
||||
if(preg_match('@^\${@', $match[1]))
|
||||
{
|
||||
return $match[0];
|
||||
return $match[1];
|
||||
}
|
||||
|
||||
//return origin code when src value include variable.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue