diff options
Diffstat (limited to 'program/include/rcube_browser.php')
-rw-r--r-- | program/include/rcube_browser.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/include/rcube_browser.php b/program/include/rcube_browser.php index aa3782bfe..1e30fc3a3 100644 --- a/program/include/rcube_browser.php +++ b/program/include/rcube_browser.php @@ -69,5 +69,5 @@ class rcube_browser $this->pngalpha = $this->mz || $this->safari || ($this->ie && $this->ver>=5.5) || ($this->ie && $this->ver>=5 && $this->mac) || ($this->opera && $this->ver>=7) ? true : false; } - } +} |