From 1ed3c469973afc1a4488806bbc94803d7547c551 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Thu, 24 Dec 2009 11:07:03 -0800 Subject: [PATCH] Clean up tag display logic --- modules/rwinfo/views/rwinfo_block.html.php | 32 ++++++++++------------ 1 file changed, 14 insertions(+), 18 deletions(-) diff --git a/modules/rwinfo/views/rwinfo_block.html.php b/modules/rwinfo/views/rwinfo_block.html.php index a6aeb19c..20f6efa8 100644 --- a/modules/rwinfo/views/rwinfo_block.html.php +++ b/modules/rwinfo/views/rwinfo_block.html.php @@ -32,24 +32,20 @@ - join("items_tags", "tags.id", "items_tags.tag_id") - ->where("items_tags.item_id", "=", $item->id) - ->find_all(); + join("items_tags", "tags.id", "items_tags.tag_id") + ->where("items_tags.item_id", "=", $item->id) + ->find_all(); ?> - 0): ?> -
  • - - - - ">name) ?>, - - ">name) ?> - - -
  • - + +
  • + + + + + name}") ?>">name) ?> + +
  • + -