Update of /cvsroot/php-blog/serendipity
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31797
Modified Files:
NEWS serendipity_functions.inc.php
Log Message:
Don't embed comments, trackbacks and comment-form in entry CSS class
Index: serendipity_functions.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/serendipity_functions.inc.php,v
retrieving revision 1.361
retrieving revision 1.362
diff -u -d -r1.361 -r1.362
--- serendipity_functions.inc.php 23 Jul 2004 18:49:55 -0000 1.361
+++ serendipity_functions.inc.php 23 Jul 2004 18:56:37 -0000 1.362
@@ -1274,6 +1274,7 @@
echo $eventData['display_dat'];
?>
+</div>
<?php
if (isset($serendipity['GET']['id'])) {
@@ -1388,7 +1389,6 @@
}
} // end for-loop (entries)
?>
- </div>
<?php
} // end for-loop (dates)
Index: NEWS
===================================================================
RCS file: /cvsroot/php-blog/serendipity/NEWS,v
retrieving revision 1.186
retrieving revision 1.187
diff -u -d -r1.186 -r1.187
--- NEWS 23 Jul 2004 09:24:19 -0000 1.186
+++ NEWS 23 Jul 2004 18:56:37 -0000 1.187
@@ -3,6 +3,9 @@
Version 0.7 ()
------------------------------------------------------------------------
+ * Don't embed comments, trackbacks and comment-form in entry CSS
+ class (tomsommer)
+
* RFE #996320: Added https-option to login sidebar-plugin
(garvinhicking)
|