\r\n";
if ($col > 1) $artlist = "
\r\n";
$dtp2 = new DedeTagParse();
$dtp2->SetNameSpace('field', '[', ']');
@@ -312,7 +312,7 @@ function lib_arclistDone (&$refObj, &$ctag, $typeid=0, $row=10, $col=1, $titlele
for ($i = 0; $i < $line; $i++) {
if ($col > 1) $artlist .= "\r\n";
for ($j = 0; $j < $col; $j++) {
- if ($col > 1) $artlist .= " \r\n";
+ if ($col > 1) $artlist .= " | \r\n";
if ($row = $dsql->GetArray("al")) {
$ids[] = $row['id'];
//处理一些特殊字段
@@ -413,12 +413,12 @@ function lib_arclistDone (&$refObj, &$ctag, $typeid=0, $row=10, $col=1, $titlele
$artlist .= $vv['arclist'];
}
}
- if ($col > 1) $artlist .= " | \r\n";
+ if ($col > 1) $artlist .= "\r\n";
}//Loop Col
if ($col > 1) $i += $col - 1;
- if ($col > 1) $artlist .= "
\r\n";
+ if ($col > 1) $artlist .= "\r\n";
}//loop line
- if ($col > 1) $artlist .= "
\r\n";
+ if ($col > 1) $artlist .= "\r\n";
$dsql->FreeResult("al");
$idsstr = join(',', $ids);
//保存ID缓存
diff --git a/src/system/taglib/arclistsg.lib.php b/src/system/taglib/arclistsg.lib.php
index 397f16c6..88cb6d79 100755
--- a/src/system/taglib/arclistsg.lib.php
+++ b/src/system/taglib/arclistsg.lib.php
@@ -149,7 +149,7 @@ function lib_arclistsg(&$ctag, &$refObj)
$ids = array();
for ($i = 0; $i < $line; $i++) {
for ($j = 0; $j < $col; $j++) {
- if ($col > 1) $artlist .= "
\r\n";
+ if ($col > 1) $artlist .= "
\r\n";
if ($row = $dsql->GetArray("al")) {
$ids[] = $row['aid'];
$row['filename'] = $row['arcurl'] = GetFileUrl(
@@ -212,7 +212,7 @@ function lib_arclistsg(&$ctag, &$refObj)
else {
$artlist .= '';
}
- if ($col > 1) $artlist .= "
\r\n";
+ if ($col > 1) $artlist .= "
\r\n";
} //Loop Col
if ($col > 1) $i += $col - 1;
} //loop line
diff --git a/src/system/taglib/channel.lib.php b/src/system/taglib/channel.lib.php
index ee1af800..c123575d 100755
--- a/src/system/taglib/channel.lib.php
+++ b/src/system/taglib/channel.lib.php
@@ -109,7 +109,7 @@ function lib_channel(&$ctag, &$refObj)
}//Loop Col
if ($col > 1) {
$i += $col - 1;
- $likeType .= " \r\n";
+ $likeType .= "\r\n";
}
}//Loop for $i
$dsql->FreeResult();
diff --git a/src/system/taglib/channel/stepselect.lib.php b/src/system/taglib/channel/stepselect.lib.php
index a0bb5bd8..be9d0c22 100755
--- a/src/system/taglib/channel/stepselect.lib.php
+++ b/src/system/taglib/channel/stepselect.lib.php
@@ -1,9 +1,5 @@
1) $artlist .= "
\r\n";
for ($j = 0; $j < $col; $j++) {
- if ($col > 1) $artlist .= " \r\n";
+ if ($col > 1) $artlist .= " | \r\n";
if ($row = $dsql->GetArray("al")) {
$ids[] = $row['id'];
//处理一些特殊字段
@@ -160,14 +160,14 @@ function lib_likearticle(&$ctag, &$refObj)
else {
$artlist .= '';
}
- if ($col > 1) $artlist .= " | \r\n";
+ if ($col > 1) $artlist .= "\r\n";
}
//Loop Col
if ($col > 1) $i += $col - 1;
- if ($col > 1) $artlist .= "
\r\n";
+ if ($col > 1) $artlist .= "\r\n";
}
//loop line
- if ($col > 1) $artlist .= " \r\n";
+ if ($col > 1) $artlist .= "\r\n";
$dsql->FreeResult("al");
return $artlist;
}
diff --git a/src/system/taglib/memberlist.lib.php b/src/system/taglib/memberlist.lib.php
index d93a6686..6b733075 100755
--- a/src/system/taglib/memberlist.lib.php
+++ b/src/system/taglib/memberlist.lib.php
@@ -9,7 +9,6 @@ if (!defined('DEDEINC')) exit('dedebiz');
* @license https://www.dedebiz.com/license
* @link https://www.dedebiz.com
*/
-//orderby = logintime(login new) or mid(register new)
function lib_memberlist(&$ctag, &$refObj)
{
global $dsql, $sqlCt;
diff --git a/src/system/taglib/relation.lib.php b/src/system/taglib/relation.lib.php
index c225b352..45002b45 100644
--- a/src/system/taglib/relation.lib.php
+++ b/src/system/taglib/relation.lib.php
@@ -66,7 +66,7 @@ function lib_relation(&$ctag, &$refObj)
for ($i = 0; $i < $line; $i++) {
if ($col > 1) $artlist .= "
\r\n";
for ($j = 0; $j < $col; $j++) {
- if ($col > 1) $artlist .= " \r\n";
+ if ($col > 1) $artlist .= " | \r\n";
if ($row = $dsql->GetArray("al")) {
if ($channelid > 0) {
$row['id'] = $row['id'];
@@ -147,14 +147,14 @@ function lib_relation(&$ctag, &$refObj)
else {
$artlist .= '';
}
- if ($col > 1) $artlist .= " | \r\n";
+ if ($col > 1) $artlist .= "\r\n";
}
//Loop Col
if ($col > 1) $i += $col - 1;
- if ($col > 1) $artlist .= "
\r\n";
+ if ($col > 1) $artlist .= "\r\n";
}
//loop line
- if ($col > 1) $artlist .= " \r\n";
+ if ($col > 1) $artlist .= "\r\n";
$dsql->FreeResult("al");
return $artlist;
}
diff --git a/src/system/taglib/sonchannel.lib.php b/src/system/taglib/sonchannel.lib.php
index 59213ed3..988340e1 100755
--- a/src/system/taglib/sonchannel.lib.php
+++ b/src/system/taglib/sonchannel.lib.php
@@ -46,7 +46,7 @@ function lib_sonchannel(&$ctag, &$refObj)
} //Loop Col
if ($col > 1) {
$i += $col - 1;
- $likeType .= " \r\n";
+ $likeType .= "\r\n";
}
} //Loop for $i
$dsql->FreeResult();
diff --git a/src/system/taglib/statistics.lib.php b/src/system/taglib/statistics.lib.php
index b0e2dd24..3980e098 100755
--- a/src/system/taglib/statistics.lib.php
+++ b/src/system/taglib/statistics.lib.php
@@ -1,6 +1,5 @@
\r\n";
}
for ($j = 0; $j < $col; $j++) {
- if ($col > 1) $likeType .= "
\r\n";
+ if ($col > 1) $likeType .= " | \r\n";
if ($row = $this->dsql->GetArray()) {
//处理当前栏目的样式
if ($row['id'] == "$typeid" && $myinnertext != '') {
@@ -336,7 +329,7 @@ class TypeLink
}
}
if ($col > 1) {
- $likeType .= " | \r\n";
+ $likeType .= "\r\n";
}
$GLOBALS['autoindex']++;
}//Loop Col
@@ -344,11 +337,11 @@ class TypeLink
$i += $col - 1;
}
if ($col > 1) {
- $likeType .= " \r\n";
+ $likeType .= "\r\n";
}
}//Loop for $i
if ($col > 1) {
- $likeType .= " \r\n";
+ $likeType .= "\r\n";
}
$this->dsql->FreeResult();
return $likeType;
diff --git a/src/system/typelink/typeunit.class.admin.php b/src/system/typelink/typeunit.class.admin.php
index e6c61e30..27178831 100755
--- a/src/system/typelink/typeunit.class.admin.php
+++ b/src/system/typelink/typeunit.class.admin.php
@@ -1,7 +1,7 @@
";
- echo "
|