diff --git a/docs/NEWS b/docs/NEWS index 1578b447..a6ce40e7 100644 --- a/docs/NEWS +++ b/docs/NEWS @@ -41,7 +41,11 @@ Version 1.3 () Version 1.2.1 () ------------------------------------------------------------------------ + * Fix admin entry list when no entries exist or meet filter + criteria. (Don Chambers) + * Fix PHP notice about session_start() + * Bulletproof template can now include custom user stylesheets (*_style.css) in the dropdown of a colorset. (garvinhicking) diff --git a/include/admin/entries.inc.php b/include/admin/entries.inc.php index c502c50e..08f3b845 100644 --- a/include/admin/entries.inc.php +++ b/include/admin/entries.inc.php @@ -340,7 +340,13 @@ function serendipity_drawList() { } else { // We've got nothing ?> -
+
+