This website works better with JavaScript.
Home
Register
Sign In
DedeBIZ
/
DedeV6
Watch
2
Star
0
Fork
0
Code
Pull Requests
0
Releases
26
Activity
Browse Source
Update dedetag.class.php
tags/6.3.0
叙述、别离
1 year ago
parent
0c85029fa8
commit
81ced90df5
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/system/dedetag.class.php
+ 1
- 1
src/system/dedetag.class.php
View File
@@ -874,7 +874,7 @@ class DedeTagParse
class DedeAttribute
{
var $Count = -1;
var $Items =
""
; //属性元素的集合
var $Items =
array()
; //属性元素的集合
//获得某个属性
function GetAtt($str)
{
Write
Preview
Loading…
Cancel
Save