Update of /cvsroot/php-blog/serendipity/plugins/serendipity_plugin_comments
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30698/serendipity_plugin_comments
Modified Files:
serendipity_plugin_comments.php
Log Message:
fix titlebars
Index: serendipity_plugin_comments.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/plugins/serendipity_plugin_comments/serendipity_plugin_comments.php,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- serendipity_plugin_comments.php 19 Nov 2004 11:25:01 -0000 1.26
+++ serendipity_plugin_comments.php 23 Nov 2004 12:36:20 -0000 1.27
@@ -87,7 +87,7 @@
function generate_content(&$title)
{
global $serendipity;
- $title =& $this->title;
+ $title = $this->title;
$max_entries = $this->get_config('max_entries');
$max_chars = $this->get_config('max_chars');
$wordwrap = $this->get_config('wordwrap');
|