fix some whitespaces
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
<?php # $Id$
|
<?php #
|
||||||
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
|
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
|
||||||
# All rights reserved. See LICENSE file for licensing details
|
# All rights reserved. See LICENSE file for licensing details
|
||||||
|
|
||||||
@ -31,7 +31,6 @@ $rightSidebarElements = serendipity_plugin_api::count_plugins('right');
|
|||||||
$serendipity['smarty']->assignByRef('leftSidebarElements', $leftSidebarElements);
|
$serendipity['smarty']->assignByRef('leftSidebarElements', $leftSidebarElements);
|
||||||
$serendipity['smarty']->assignByRef('rightSidebarElements', $rightSidebarElements);
|
$serendipity['smarty']->assignByRef('rightSidebarElements', $rightSidebarElements);
|
||||||
|
|
||||||
|
|
||||||
switch ($serendipity['GET']['action']) {
|
switch ($serendipity['GET']['action']) {
|
||||||
// User wants to read the diary
|
// User wants to read the diary
|
||||||
case 'read':
|
case 'read':
|
||||||
|
Reference in New Issue
Block a user