From 5ece5fdc55596b08577f446ff9432026c798da57 Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Tue, 12 Jun 2007 04:05:37 +0000 Subject: tag style changes git-svn-id: file:///var/lib/svn/phpfspot/trunk@86 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- phpfspot.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phpfspot.class.php') diff --git a/phpfspot.class.php b/phpfspot.class.php index 42d3075..c1bf643 100644 --- a/phpfspot.class.php +++ b/phpfspot.class.php @@ -150,7 +150,7 @@ class PHPFSPOT { continue; // return all available (= not selected) tags - print "". $this->tags[$tag] ." "; + print "". $this->tags[$tag] ." "; } @@ -162,7 +162,7 @@ class PHPFSPOT { { // return all selected tags if(isset($_SESSION['selected_tags']) && in_array($tag, $_SESSION['selected_tags'])) { - print "". $this->tags[$tag] ." "; + print "". $this->tags[$tag] ." "; } } -- cgit v1.2.3-18-g5258