diff --git a/gulliver/system/class.xmlform.php b/gulliver/system/class.xmlform.php index af5f6e0ba..bf4eced3b 100644 --- a/gulliver/system/class.xmlform.php +++ b/gulliver/system/class.xmlform.php @@ -2195,7 +2195,8 @@ class XmlForm_Field_File extends XmlForm_Field { function render($value = NULL) { $mode = ($this->mode == 'view') ? ' disabled="disabled"' : ''; if($this->mode == 'view'){ - $html = ''; + $displayStyle = 'display:none;'; + $html = $value.''; }else{ $html = ''; }