summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--backend.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index e34cde944..d931ae9a9 100644
--- a/backend.php
+++ b/backend.php
@@ -203,7 +203,8 @@
print "<tr class=\"titleBottom\"><td align=\"right\"><b>Link:</b></td>
<td><a href=\"".$line["link"]."\">".$line["link"]."</a></td>
<td>&nbsp;</td> </tr>";
- print "<tr><td class=\"post\" colspan=\"2\">" . $line["content"] . "</td>
+ print "<tr><td valign=\"top\" class=\"post\"
+ colspan=\"2\">" . $line["content"] . "</td>
<td valign=\"top\">$feed_icon</td>
</tr>";
print "</table>";