summaryrefslogtreecommitdiff
path: root/program/include
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2012-11-06 13:22:36 +0100
committerThomas Bruederli <thomas@roundcube.net>2012-11-06 13:22:36 +0100
commit28037aab4f9ed3797d5bb4c281eb5245e69d96c4 (patch)
treeeb7d0aa8f45f20f704794e8d534ecadd8fc3ee40 /program/include
parentc50fa82bec631b018fd6288d97b7813dc86daf20 (diff)
Fix syntax error
Diffstat (limited to 'program/include')
-rw-r--r--program/include/rcube_output_html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/include/rcube_output_html.php b/program/include/rcube_output_html.php
index a37226475..b0fc81764 100644
--- a/program/include/rcube_output_html.php
+++ b/program/include/rcube_output_html.php
@@ -1389,7 +1389,7 @@ class rcube_output_html extends rcube_output
$attrib['src'] = $attrib['src'] ? $this->abs_url($attrib['src'], true) : 'program/resources/blank.gif';
// register as 'contentframe' object
- if ($is_contentframe)
+ if ($is_contentframe) {
$this->set_env('contentframe', $attrib['name']);
$this->set_env('blankpage', $attrib['src']);
}