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)
|
||||
# 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('rightSidebarElements', $rightSidebarElements);
|
||||
|
||||
|
||||
switch ($serendipity['GET']['action']) {
|
||||
// User wants to read the diary
|
||||
case 'read':
|
||||
|
Reference in New Issue
Block a user