@@ -16,8 +16,7 @@ |
||
16 | 16 | $icon_file = $fileExists ? 'z-attach.png': 'z-attach-off.png'; |
17 | 17 | $img_src = Base_ThemeCommon::get_template_file(self::module_name(), $icon_file); |
18 | 18 | $icon_img = '<img src="' . $img_src . '" style="vertical-align:bottom">'; |
19 | - } |
|
20 | - else { |
|
19 | + } else { |
|
21 | 20 | $icon_img = ''; |
22 | 21 | } |
23 | 22 |