mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-12 05:22:35 +09:00
Fix incorrect display of SCSS variable in meta debug info
This commit is contained in:
parent
efd06ff447
commit
7f7e0a099d
1 changed files with 1 additions and 1 deletions
|
|
@ -252,7 +252,7 @@ class HTMLDisplayHandler
|
||||||
$output = preg_replace_callback('!<meta(.*?)(?:\/|)>!is', array($this, '_moveMetaToHeader'), $output);
|
$output = preg_replace_callback('!<meta(.*?)(?:\/|)>!is', array($this, '_moveMetaToHeader'), $output);
|
||||||
|
|
||||||
// change a meta fine(widget often put the tag like <!--Meta:path--> to the content because of caching)
|
// change a meta fine(widget often put the tag like <!--Meta:path--> to the content because of caching)
|
||||||
$output = preg_replace_callback('/<!--(#)?Meta:([a-z0-9\_\-\/\.\@\:]+)(\?\$\_\_Context\-\>[a-z0-9\_\-\/\.\@\:]+)?-->/is', array($this, '_transMeta'), $output);
|
$output = preg_replace_callback('/<!--(#)?Meta:([a-z0-9\_\-\/\.\@\:]+)(\?\$\_\_Context\-\>[a-z0-9\_\-\/\.\@\:\>]+)?-->/is', array($this, '_transMeta'), $output);
|
||||||
|
|
||||||
// handles a relative path generated by using the rewrite module
|
// handles a relative path generated by using the rewrite module
|
||||||
if(Context::isAllowRewrite())
|
if(Context::isAllowRewrite())
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue