From 969ceca709ea77113098872a74050f3fa0ae474f Mon Sep 17 00:00:00 2001 From: garvinhicking Date: Tue, 10 Jul 2007 13:24:43 +0000 Subject: [PATCH] Show category id --- include/admin/category.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/admin/category.inc.php b/include/admin/category.inc.php index 5ed49b9..91d9caa 100644 --- a/include/admin/category.inc.php +++ b/include/admin/category.inc.php @@ -274,8 +274,8 @@ if ( $serendipity['GET']['adminAction'] == 'view' ) { foreach ( $categories as $category ) { ?> - <?php echo EDIT ?> - <?php echo DELETE ?> + <?php echo EDIT ?> + <?php echo DELETE ?> -- 2.39.5