summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-12-10 17:13:59 +0100
committerAndrew Dolgov <[email protected]>2005-12-10 17:13:59 +0100
commitde244d27f73e4088c41dc49345927e23019561cb (patch)
tree2984ffcd525dcaf0c893a686e0cb2f704c3a3150 /backend.php
parent27f089dc81d803ccfb93ef93e1e523843e3cde1f (diff)
headlines: tweak display of content preview
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/backend.php b/backend.php
index c087b3225..738986467 100644
--- a/backend.php
+++ b/backend.php
@@ -1168,7 +1168,7 @@
if (get_pref($link, 'SHOW_CONTENT_PREVIEW')) {
$content_preview = truncate_string(strip_tags($line["content_preview"]),
- 60);
+ 200);
}
if ($omode != "xml") {
@@ -1190,7 +1190,7 @@
print "<td class='hlFeed'>
<a href='javascript:viewfeed($feed_id)'>".$line["feed_title"]."</a>&nbsp;</td>";
} else {
- print "<td class='hlContent'>";
+ print "<td class='hlContent' valign='middle'>";
print "<a href=\"javascript:view($id,$feed_id);\">" .
$line["title"];