diff --git a/gulliver/system/class.xmlform.php b/gulliver/system/class.xmlform.php
index b7f81fc73..df5754b23 100755
--- a/gulliver/system/class.xmlform.php
+++ b/gulliver/system/class.xmlform.php
@@ -4475,9 +4475,9 @@ class XmlForm_Field_Date extends XmlForm_Field_SimpleText
$isRequired = '0';
}
if ($this->editable != "0") {
- $html = 'NSFieldType() : $this->NSGridType()) . '/>' . ' ' . '
' . '' . '' . '
' . '' . '';
+ $html = '' . '' . '
' . '' . '' . '
' . '' . '';
} else {
- $html = 'NSFieldType() : $this->NSGridType()) . ' />' . '' . '
' . '' . '' . '
' . '' . '';
+ $html = '' . '' . '
' . '' . '' . '
' . '' . '';
}
} else {
$html = "$value" . '';