Commit 74fd75555669cfe0a53b6cbc50a425e6f9f093d1
- Diff rendering mode:
- inline
- side by side
classes/File.php
(1 / 1)
|   | |||
| 285 | 285 | $enclosure->mimetype=$this->mimetype; | |
| 286 | 286 | ||
| 287 | 287 | if(! isset($this->filename)){ | |
| 288 | $notEnclosureMimeTypes = array('text/html','application/xhtml+xml'); | ||
| 288 | $notEnclosureMimeTypes = array(null,'text/html','application/xhtml+xml'); | ||
| 289 | 289 | $mimetype = strtolower($this->mimetype); | |
| 290 | 290 | $semicolon = strpos($mimetype,';'); | |
| 291 | 291 | if($semicolon){ |

