Update of /cvsroot/php-blog/serendipity
In directory sc8-pr-cvs1:/tmp/cvs-serv2253
Modified Files:
serendipity_functions.inc.php
Log Message:
Made direct links to each comment, actually point to the right URI
Index: serendipity_functions.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/serendipity_functions.inc.php,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -d -r1.96 -r1.97
--- serendipity_functions.inc.php 7 Jul 2003 23:58:05 -0000 1.96
+++ serendipity_functions.inc.php 8 Jul 2003 00:18:14 -0000 1.97
@@ -655,7 +655,7 @@
<?php echo nl2br(serendipity_markup_text(serendipity_emoticate($body))); ?><br />
<div class="serendipity_comment_source">
- <a href="<?php echo $_SERVER['PHP_SELF']; ?>#c<?php echo $comment['id']; ?>" title="<?php echo LINK_TO_COMMENT . $x; ?>">#<?php echo $x ; ?></a> - <?php echo $type . ' '; ?>
+ <a href="#c<?php echo $comment['id']; ?>" title="<?php echo LINK_TO_COMMENT . $x; ?>">#<?php echo $x ; ?></a> - <?php echo $type . ' '; ?>
<?php
/* Link to the user's email */
if ( !empty($comment['email']) ) {
|