diff --git a/src/include/customfields.func.php b/src/include/customfields.func.php
index 70d83b93..b423b738 100755
--- a/src/include/customfields.func.php
+++ b/src/include/customfields.func.php
@@ -99,7 +99,7 @@ function GetFormItem($ctag, $admintype = 'admin')
$innertext = "";
} else if ($fieldType == 'img' || $fieldType == 'imgfile') {
if ($admintype == 'diy') {
- $innertext = "\r\n";
+ $innertext = "\r\n";
} else {
$innertext = " \r\n";
}
@@ -111,7 +111,7 @@ function GetFormItem($ctag, $admintype = 'admin')
}
} else if ($fieldType == 'addon') {
if ($admintype == 'diy') {
- $innertext = "\r\n";
+ $innertext = "\r\n";
} else {
$innertext = " \r\n";
}
@@ -122,7 +122,7 @@ function GetFormItem($ctag, $admintype = 'admin')
$dfvalue = ($ctag->GetAtt('default') != '' ? $ctag->GetAtt('default') : '');
$channel = ($ctag->GetAtt('channel') == "") ? "1" : $ctag->GetAtt('channel');
$innertext = "
- \r\n";
+ \r\n";
if ($ctag->GetAtt('automake') == 1) {
$innertext .= "";
}
@@ -415,7 +415,7 @@ function GetFormItemValue($ctag, $fvalue, $admintype = 'admin', $fieldname = '')
} else if ($ftype == "relation") {
$channel = ($ctag->GetAtt('channel') == "") ? "1" : $ctag->GetAtt('channel');
$innertext = "
- \r\n";
+ \r\n";
if ($ctag->GetAtt('automake') == 1) {
$innertext .= "";
}