diff --git a/src/admin/soft_edit.php b/src/admin/soft_edit.php index 1fef57b8..842fb275 100644 --- a/src/admin/soft_edit.php +++ b/src/admin/soft_edit.php @@ -47,9 +47,9 @@ if ($dopost != 'save') { foreach ($dtp->CTags as $ctag) { if ($ctag->GetName() == 'link') { $islocal = $ctag->GetAtt('islocal'); - if ($islocal != 1) $needmsg = ""; - else $needmsg = ''; - $nForm .= "
$needmsg
\r\n"; + if ($islocal != 1) $needmsg = ""; + else $needmsg = ''; + $nForm .= "
$needmsg
\r\n"; $newRowStart++; } } diff --git a/src/admin/templets/soft_add.htm b/src/admin/templets/soft_add.htm index b564ea0a..e3c81d40 100644 --- a/src/admin/templets/soft_add.htm +++ b/src/admin/templets/soft_add.htm @@ -24,7 +24,7 @@ var endNum = parseInt(document.form1.picnum.value) + startNum - 1; if (endNum > 30) endNum = 30; for (startNum; startNum <= endNum; startNum++) { - upfield.innerHTML += "
"; + upfield.innerHTML += "
"; } } function ShowHideAddr() { diff --git a/src/admin/templets/soft_edit.htm b/src/admin/templets/soft_edit.htm index c10e942b..02907b8f 100644 --- a/src/admin/templets/soft_edit.htm +++ b/src/admin/templets/soft_edit.htm @@ -24,7 +24,7 @@ var endNum = parseInt(document.form1.picnum.value) + startNum; if (endNum > 30) endNum = 30; for (startNum; startNum < endNum; startNum++) { - upfield.innerHTML += "
"; + upfield.innerHTML += "
"; } } function ShowHideAddr() {