summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-09-08 05:39:55 +0100
committerAndrew Dolgov <[email protected]>2005-09-08 05:39:55 +0100
commitd5224f0d9c794953a6bb5bb264e856cccc4eb046 (patch)
tree94e38a77e64fd8e4d26cfda2b500bdc75e007496 /backend.php
parentc05a19f39615bb9f8acadabcb0c572253a51a035 (diff)
miscellaneous MSIE compatibility fixes
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index e74310831..4873a966e 100644
--- a/backend.php
+++ b/backend.php
@@ -400,7 +400,7 @@
$content_link = "<a id=\"FTITLE-$id\" href=\"javascript:view($id,$feed_id);\">" .
$line["title"] . "</a>";
- print "<tr class='$class' id='RROW-$id'";
+ print "<tr class='$class' id='RROW-$id'>";
// onclick=\"javascript:view($id,$feed_id)\">
print "<td valign='center' align='center'>$update_pic</td>";