diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-06-23 09:55:08 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-06-23 09:55:08 +0000 |
| commit | 1901745d734e493f56139fea6812b36fe05a5bae (patch) | |
| tree | e9f7b6d60a866cc86d9392eeea088bf6340401b7 /roundcubemail/program/include/rcube_browser.php | |
| parent | 7e778b784b2f2f2967254ba94da020443e382a70 (diff) | |
- removed PHP closing tag
git-svn-id: https://svn.roundcube.net/trunk@3780 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/include/rcube_browser.php')
| -rw-r--r-- | roundcubemail/program/include/rcube_browser.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/include/rcube_browser.php b/roundcubemail/program/include/rcube_browser.php index aa3782bfe..1e30fc3a3 100644 --- a/roundcubemail/program/include/rcube_browser.php +++ b/roundcubemail/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; } - } +} |
