mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-04 06:12:48 +08:00
修正include标签的bug
This commit is contained in:
@@ -1 +1,2 @@
|
||||
<input name="[name]" value="[value]">
|
||||
<input name="[name]" value="[value]">
|
||||
{include file="include2" /}
|
||||
1
tests/thinkphp/library/think/include2.html
Normal file
1
tests/thinkphp/library/think/include2.html
Normal file
@@ -0,0 +1 @@
|
||||
include2
|
||||
@@ -266,9 +266,11 @@ EOF;
|
||||
<nav>
|
||||
<div>
|
||||
<input name="info" value="<?php echo \$info['value']; ?>">
|
||||
include2
|
||||
|
||||
|
||||
<input name="<?php echo \$user['name']; ?>" value="<?php echo \$user['account']; ?>">
|
||||
include2
|
||||
<?php echo \$message; ?>{\$message}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user