forked from extern/egroupware
No need to have regexp mime for the rest of the mime type text, as the default mime_target is _browser
This commit is contained in:
parent
41af200dc6
commit
c22094d808
@ -148,9 +148,6 @@ class egw_link extends solink
|
||||
'mime_popup' => '640x480',
|
||||
'mime_target' => '_blank',
|
||||
),
|
||||
'text\\//' => array( // text/* as preg, no modifier!
|
||||
'mime_target' => '_browser',
|
||||
),
|
||||
'/^text\\/(plain|html|diff)/' => array( // text/(mimetypes which can be opened as recognised popups)
|
||||
'mime_popup' => '640x480',
|
||||
'mime_target' => '_blank',
|
||||
|
Loading…
Reference in New Issue
Block a user