diff --git a/src/admin/ad_edit.php b/src/admin/ad_edit.php
index c2083b76..615ce783 100644
--- a/src/admin/ad_edit.php
+++ b/src/admin/ad_edit.php
@@ -21,7 +21,7 @@ if ($dopost == 'delete') {
} else if ($dopost == "gettag") {
require_once(DEDEINC.'/libraries/oxwindow.class.php');
$jscode = "";
- $showhtml = "
- |
+ |
{$row['aid']} |
- |
- |
- |
+ |
+ |
+ |
{$row['result']} |
".MyDate("Y-m-d H:i:s", $row['lasttime'])." |
diff --git a/src/admin/templets/stepselect_main.htm b/src/admin/templets/stepselect_main.htm
index 624f57dd..1dedf933 100644
--- a/src/admin/templets/stepselect_main.htm
+++ b/src/admin/templets/stepselect_main.htm
@@ -26,7 +26,7 @@
foreach($etypes as $arr)
{
$stylecolor = "";
- if ($arr['issystem']==1) $stylecolor = " style='color:#999999' ";
+ if ($arr['issystem']==1) $stylecolor = " style='color:#999' ";
if ($egroup==$arr['egroup']) {
$selgroup = $arr['itemname'];
echo "";
diff --git a/src/system/archive/freelist.class.php b/src/system/archive/freelist.class.php
index e3c11c14..afe11d85 100755
--- a/src/system/archive/freelist.class.php
+++ b/src/system/archive/freelist.class.php
@@ -783,8 +783,8 @@ class FreeList
$plist = "\r\n";
return $plist;
diff --git a/src/system/datalistcp.class.php b/src/system/datalistcp.class.php
index a3699f05..04062c66 100755
--- a/src/system/datalistcp.class.php
+++ b/src/system/datalistcp.class.php
@@ -306,10 +306,10 @@ class DataListCP
$plist .= $endpage;
}
if (preg_match("#form#i", $atts['listitem'])) {
- $plist .= " \n";
}
diff --git a/src/system/typelink/typelink.class.php b/src/system/typelink/typelink.class.php
index 87cd03fa..03e09c7a 100755
--- a/src/system/typelink/typelink.class.php
+++ b/src/system/typelink/typelink.class.php
@@ -171,7 +171,7 @@ class TypeLink
$row = $this->dsql->GetOne("SELECT id,typename,ispart,channeltype FROM `#@__arctype` WHERE id='$hid'");
$channeltype = $row['channeltype'];
if ($row['ispart'] == 1) {
- $this->OptionArrayList .= "\r\n";
+ $this->OptionArrayList .= "\r\n";
} else {
$this->OptionArrayList .= "\r\n";
}
@@ -205,7 +205,7 @@ class TypeLink
while ($row = $this->dsql->GetObject()) {
if ($row->id != $hid) {
if ($row->ispart == 1) {
- $this->OptionArrayList .= "\r\n";
+ $this->OptionArrayList .= "\r\n";
} else {
$this->OptionArrayList .= "\r\n";
}
@@ -234,7 +234,7 @@ class TypeLink
if (!in_array($row->id, $oper)) continue;
}
if ($row->ispart == 1) {
- $this->OptionArrayList .= "\r\n";
+ $this->OptionArrayList .= "\r\n";
} else {
$this->OptionArrayList .= "\r\n";
}
|