mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
http로 시작하는 주소는 바꾸지 않음
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3441 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
16eb66c40d
commit
ad8c3becf4
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@
|
|||
//$buff = preg_replace_callback('!<\!--#include\(([^\)]*?)\)-->!is', array($this, '_compileIncludeToCode'), $buff);
|
||||
|
||||
// 이미지 태그 img의 src의 값이 http:// 나 / 로 시작하지 않으면 제로보드의 root경로부터 시작하도록 변경
|
||||
$buff = preg_replace_callback('!(img|input)([^>]*)src=[\'"]{1}(.*?)[\'"]{1}!is', array($this, '_compileImgPath'), $buff);
|
||||
$buff = preg_replace_callback('/(img|input)([^>]*)src=[\'"]{1}(?!http)(.*?)[\'"]{1}/is', array($this, '_compileImgPath'), $buff);
|
||||
|
||||
// 변수를 변경
|
||||
$buff = preg_replace_callback('/\{[^@^ ]([^\}]+)\}/i', array($this, '_compileVarToContext'), $buff);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue