diff --git a/src/system/customfields.func.php b/src/system/customfields.func.php
index 8b318372..eeb52667 100755
--- a/src/system/customfields.func.php
+++ b/src/system/customfields.func.php
@@ -102,7 +102,7 @@ function GetFormItem($ctag, $admintype = 'admin')
$innertext = "";
} else if ($fieldType == "datetime") {
$nowtime = GetDateTimeMk(time());
- $innertext = "";
+ $innertext = "";
} else if ($fieldType == 'img' || $fieldType == 'imgfile') {
$fname = defined('DEDEADMIN')? 'form1' : 'addcontent';
$innertext = " ";
@@ -395,7 +395,7 @@ function GetFormItemValue($ctag, $fvalue, $admintype = 'admin', $fieldname = '')
$innertext = "";
} else if ($ftype == "datetime") {
$nowtime = GetDateTimeMk($fvalue);
- $innertext = "";
+ $innertext = "";
} else if ($ftype == "img") {
$ndtp = new DedeTagParse();
$ndtp->LoadSource($fvalue);