\");";
@@ -350,7 +350,7 @@ function AddFilter($channelid, $type=1, $fieldsnamef=array(), $defaulttid=0, $lo
$href2 = explode('&', $href1[1]);
$fields_value = $href2[0];
$fields_value1 = explode('|', $fields_value);
- $dede_addonfields .= '
'.$ctag->GetAtt('itemname').':';
+ $dede_addonfields .= ''.$ctag->GetAtt('itemname').':';
switch ($type) {
case 1:
$dede_addonfields .= (preg_match("/&".$ctag->GetName()."=/is",$filterarr,$regm) ? '
GetName()."=".$fields_value,"",$filterarr).'" style="display:inline-block;padding:.25rem .5rem;line-height:1.5;color:#fff;background:#008e38;border-color:#008e38;border-radius:.2rem">全部' : '
全部').' ';
diff --git a/src/system/database/dedesqli.class.php b/src/system/database/dedesqli.class.php
index 6d40039f..0e377229 100755
--- a/src/system/database/dedesqli.class.php
+++ b/src/system/database/dedesqli.class.php
@@ -212,7 +212,7 @@ class DedeSqli
if (PHP_SAPI === 'cli') {
echo "执行SQL:".$this->queryString.",执行时间:{$queryTime}\r\n";
} else {
- echo "
执行SQL:".$this->queryString.",执行时间:{$queryTime}
\r\n";
+ echo "
执行SQL:".$this->queryString.",执行时间:{$queryTime}
\r\n";
}
}
return $rs;
@@ -249,7 +249,7 @@ class DedeSqli
if (PHP_SAPI === 'cli') {
echo "执行SQL:".$this->queryString.",执行时间:{$queryTime}\r\n";
} else {
- echo "
执行SQL:".$this->queryString.",执行时间:{$queryTime}
\r\n";
+ echo "
执行SQL:".$this->queryString.",执行时间:{$queryTime}
\r\n";
}
}
return mysqli_affected_rows($this->linkID);
@@ -299,7 +299,7 @@ class DedeSqli
if (PHP_SAPI === 'cli') {
echo "执行SQL:".$this->queryString.",执行时间:{$queryTime}\r\n";
} else {
- echo "
执行SQL:".$this->queryString.",执行时间:{$queryTime}
\r\n";
+ echo "
执行SQL:".$this->queryString.",执行时间:{$queryTime}
\r\n";
}
}
if ($this->result[$id] === FALSE) {
diff --git a/src/system/dedevote.class.php b/src/system/dedevote.class.php
index ebcae84a..a8eba65a 100755
--- a/src/system/dedevote.class.php
+++ b/src/system/dedevote.class.php
@@ -120,7 +120,7 @@ class DedeVote
$items .= "
\r\n";
$items .= "
\r\n";
$items .= "
\r\n";
- $items .= "
".$this->VoteInfos['votename']." |
\r\n";
+ $items .= "
".$this->VoteInfos['votename']." |
\r\n";
if ($this->VoteCount > 0) {
foreach ($this->VoteNotes as $k => $arr) {
if ($this->VoteInfos['ismore'] == 0) {
diff --git a/src/system/helpers/string.helper.php b/src/system/helpers/string.helper.php
index 2d038689..f59e6c47 100755
--- a/src/system/helpers/string.helper.php
+++ b/src/system/helpers/string.helper.php
@@ -250,7 +250,7 @@ if (!function_exists('ubb')) {
$Text = preg_replace("/\[email\](.+?)\[\/email\]/is", "
\\1", $Text);
$Text = preg_replace("/\[i\](.+?)\[\/i\]/is", "
\\1", $Text);
$Text = preg_replace("/\[u\](.+?)\[\/u\]/is", "\\1", $Text);
- $Text = preg_replace("/\[b\](.+?)\[\/b\]/is", "
\\1", $Text);
+ $Text = preg_replace("/\[b\](.+?)\[\/b\]/is", "\\1", $Text);
$Text = preg_replace("/\[quote\](.+?)\[\/quote\]/is", "
引用:\\1
", $Text);
$Text = preg_replace("/\[sig\](.+?)\[\/sig\]/is", "
--------------------------
\\1
--------------------------
", $Text);
return $Text;
diff --git a/src/system/taglib/arclist.lib.php b/src/system/taglib/arclist.lib.php
index 24c567d5..9016c126 100755
--- a/src/system/taglib/arclist.lib.php
+++ b/src/system/taglib/arclist.lib.php
@@ -370,8 +370,8 @@ function lib_arclistDone (&$refObj, &$ctag, $typeid=0, $row=10, $col=1, $titlele
$row['fulltitle'] = $row['title'];
$row['title'] = cn_substr($row['title'], $titlelen);
if ($row['color'] != '') $row['title'] = "
".$row['title']."";
- if (preg_match('#b#', $row['flag'])) $row['title'] = "
".$row['title']."";
- //$row['title'] = "
".$row['title']."";
+ if (preg_match('#b#', $row['flag'])) $row['title'] = "".$row['title']."";
+ //$row['title'] = "".$row['title']."";
$row['textlink'] = "
".$row['title']."";
$row['plusurl'] = $row['phpurl'] = $GLOBALS['cfg_phpurl'];
$row['memberurl'] = $GLOBALS['cfg_memberurl'];
diff --git a/src/system/taglib/arcpagelist.lib.php b/src/system/taglib/arcpagelist.lib.php
index a7e58969..e1606459 100755
--- a/src/system/taglib/arcpagelist.lib.php
+++ b/src/system/taglib/arcpagelist.lib.php
@@ -50,7 +50,7 @@ function multipage($allItemTotal, $currPageNum, $pageSize, $tagid = '')
//计算总页数
$pagesNum = ceil($allItemTotal / $pageSize);
//第一页显示
- $firstPage = ($currPageNum <= 1) ? $currPageNum."<<" : "
1<<";
+ $firstPage = ($currPageNum <= 1) ? $currPageNum."<<" : "
1<<";
//最后一页显示
$lastPage = ($currPageNum >= $pagesNum) ? ">>".$currPageNum : "
>>".$pagesNum."";
//上一页显示
diff --git a/src/system/taglib/infolink.lib.php b/src/system/taglib/infolink.lib.php
index 0f366cbe..4ff021cb 100755
--- a/src/system/taglib/infolink.lib.php
+++ b/src/system/taglib/infolink.lib.php
@@ -69,11 +69,11 @@ function lib_infolink(&$ctag, &$refObj)
$sontype = (($nativeplace % 500 != 0) ? $nativeplace : 0);
$toptype = (($nativeplace % 500 == 0) ? $nativeplace : ($nativeplace - ($nativeplace % 500)));
- $fields['nativeplace'] = "
{$em_nativeplaces[$toptype]} >> ";
+ $fields['nativeplace'] = "
{$em_nativeplaces[$toptype]} >> ";
foreach ($em_nativeplaces as $eid => $em) {
if ($eid < $toptype + 1 || $eid > $toptype + 499) continue;
if ($eid == $nativeplace) {
- $fields['nativeplace'] .= "
{$em}\r\n";
+ $fields['nativeplace'] .= " {$em}\r\n";
} else {
$fields['nativeplace'] .= "
{$em}\r\n";
}
@@ -86,7 +86,7 @@ function lib_infolink(&$ctag, &$refObj)
if (!is_array($smalltypes) && $eid % 500 != 0) continue;
if (is_array($smalltypes) && !in_array($eid, $smalltypes)) continue;
if ($eid == $infotype) {
- $fields['infotype'] .= "
{$em}\r\n";
+ $fields['infotype'] .= " {$em}\r\n";
} else {
$fields['infotype'] .= "
{$em}\r\n";
}
@@ -94,11 +94,11 @@ function lib_infolink(&$ctag, &$refObj)
} else {
$sontype = (($infotype % 500 != 0) ? $infotype : 0);
$toptype = (($infotype % 500 == 0) ? $infotype : ($infotype - ($infotype % 500)));
- $fields['infotype'] .= "
{$em_infotypes[$toptype]} >> ";
+ $fields['infotype'] .= "
{$em_infotypes[$toptype]} >> ";
foreach ($em_infotypes as $eid => $em) {
if ($eid < $toptype + 1 || $eid > $toptype + 499) continue;
if ($eid == $infotype) {
- $fields['infotype'] .= "
{$em}\r\n";
+ $fields['infotype'] .= " {$em}\r\n";
} else {
$fields['infotype'] .= "
{$em}\r\n";
}
diff --git a/src/system/taglib/likearticle.lib.php b/src/system/taglib/likearticle.lib.php
index 00b77ec8..8e536b9e 100755
--- a/src/system/taglib/likearticle.lib.php
+++ b/src/system/taglib/likearticle.lib.php
@@ -142,7 +142,7 @@ function lib_likearticle(&$ctag, &$refObj)
$row['fulltitle'] = $row['title'];
$row['title'] = cn_substr($row['title'], $titlelen);
if ($row['color'] != '') $row['title'] = "
".$row['title']."";
- if (preg_match('#b#', $row['flag'])) $row['title'] = "
".$row['title']."";
+ if (preg_match('#b#', $row['flag'])) $row['title'] = "".$row['title']."";
$row['textlink'] = "
".$row['title']."";
$row['plusurl'] = $row['phpurl'] = $GLOBALS['cfg_phpurl'];
$row['memberurl'] = $GLOBALS['cfg_memberurl'];
diff --git a/src/system/taglib/relation.lib.php b/src/system/taglib/relation.lib.php
index 688b8b8b..ddb3bd2f 100644
--- a/src/system/taglib/relation.lib.php
+++ b/src/system/taglib/relation.lib.php
@@ -130,7 +130,7 @@ function lib_relation(&$ctag, &$refObj)
$row['fulltitle'] = $row['title'];
$row['title'] = cn_substr($row['title'], $titlelen);
if (isset($row['color']) && $row['color'] != '') $row['title'] = "
".$row['title']."";
- if (preg_match('#b#', $row['flag'])) $row['title'] = "
".$row['title']."";
+ if (preg_match('#b#', $row['flag'])) $row['title'] = "".$row['title']."";
$row['textlink'] = "
".$row['title']."";
$row['plusurl'] = $row['phpurl'] = $GLOBALS['cfg_phpurl'];
$row['memberurl'] = $GLOBALS['cfg_memberurl'];
diff --git a/src/system/typelink/typeunit.class.selector.php b/src/system/typelink/typeunit.class.selector.php
index dafa19ce..57b63580 100755
--- a/src/system/typelink/typeunit.class.selector.php
+++ b/src/system/typelink/typeunit.class.selector.php
@@ -129,7 +129,7 @@ class TypeUnitSelector
$soncat .= "
\r\n";
$this->LogicListAllSunType($id, $channel, $soncat);
} else {
- $soncat .= "
".$typeName.":
\r\n";
+ $soncat .= "
".$typeName.":
\r\n";
$this->LogicListAllSunType($id, $channel, $soncat);
$soncat .= "
";
}
diff --git a/src/theme/plus/carbuyaction.htm b/src/theme/plus/carbuyaction.htm
index 35594c35..b1833d91 100644
--- a/src/theme/plus/carbuyaction.htm
+++ b/src/theme/plus/carbuyaction.htm
@@ -43,11 +43,11 @@
订单编号 |
- {dede:var.carts.orders_id/} |
+ {dede:var.carts.orders_id/} |
订单价格 |
- {dede:var.carts.price_count/} 元 |
+ {dede:var.carts.price_count/} 元 |
商品总数 |
@@ -71,7 +71,7 @@
|
- {dede:value.dname/} 手续费:{dede:value.price/}元
+ {dede:value.dname/} 手续费:{dede:value.price/}元
{dede:value.des/}.
|
@@ -88,9 +88,9 @@
|
- 名称 |
- 描述 |
- 手续费 |
+ 名称 |
+ 描述 |
+ 手续费 |
{dede:array.shops_paymentarr}
diff --git a/src/theme/plus/plus_footer.htm b/src/theme/plus/plus_footer.htm
index 4c1d6dfd..5545b0a7 100644
--- a/src/theme/plus/plus_footer.htm
+++ b/src/theme/plus/plus_footer.htm
@@ -1,7 +1,7 @@