summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-09-05 15:57:56 +0100
committerAndrew Dolgov <[email protected]>2005-09-05 15:57:56 +0100
commit54aa1a411311dc4c7fcbad3ba176f527a4f77290 (patch)
treece9b33cf74673f3b67ae495d397a817d48e4f37a /backend.php
parent82c9223c6bccd503811ce3e5f74478417688e179 (diff)
misc style updates
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/backend.php b/backend.php
index 3452c741f..b7249f1a4 100644
--- a/backend.php
+++ b/backend.php
@@ -219,10 +219,6 @@
<td>&nbsp;</td></tr>";
if ($line["comments"] && $line["comments"] != $line["link"]) {
-// print "<tr class=\"titleInner\"><td align=\"right\"><b>Comments:</b></td>
-// <td><a href=\"".$line["comments"]."\">".$line["comments"]."</a></td>
-// <td>&nbsp;</td> </tr>";
-
$comments_prompt = "(<a href=\"".$line["comments"]."\">Comments</a>)";
}