summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/tt-rss.php b/tt-rss.php
index 13c2b17c5..069293590 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -79,7 +79,11 @@
</td></tr>
<? } ?>
<tr>
- <td valign="top" rowspan="3" class="feeds">
+ <? if (get_pref($link, 'COMBINED_DISPLAY_MODE'))
+ $feeds_rowspan = 2;
+ else
+ $feeds_rowspan = 3; ?>
+ <td valign="top" rowspan="<?= $feeds_rowspan ?>" class="feeds">
<table class="innerFeedTable"
cellspacing="0" cellpadding="0" height="100%" width="100%">
<tr><td>