diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2011-04-18 15:56:37 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2011-04-18 15:56:37 +0400 |
| commit | ff9e70af47c26b99b122b1d3e841b9f90ddd9e2f (patch) | |
| tree | 9ac87de1dc1365796535a86922ccf166853430b4 /tt-rss.php | |
| parent | d4eebd8bca5238196ebccc2b1cbfdb6114b02ea3 (diff) | |
remove unnecessary topmost ContentPane from main layout
Diffstat (limited to 'tt-rss.php')
| -rw-r--r-- | tt-rss.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tt-rss.php b/tt-rss.php index a68ed51ab..fad6dcdac 100644 --- a/tt-rss.php +++ b/tt-rss.php @@ -110,8 +110,8 @@ </div> <div dojoType="dijit.layout.BorderContainer" region="center" id="header-wrap" gutters="false"> -<div dojoType="dijit.layout.ContentPane" region="top"> -</div> +<!-- <div dojoType="dijit.layout.ContentPane" region="top"> +</div> --> <div dojoType="dijit.layout.TabContainer" region="center" id="content-tabs"> <div dojoType="dijit.layout.BorderContainer" region="center" id="content-wrap" title="<?php echo __("News") ?>"> |