From 8e32a45f68041b12edec810b0ffdace418949315 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Wed, 20 Feb 2013 21:46:36 +0100 Subject: [PATCH] Don't print the tags if there's no tags. Based on a patch by Tyler J. Wagner --- bookdetail.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bookdetail.php b/bookdetail.php index 00c373f..4a631ba 100644 --- a/bookdetail.php +++ b/bookdetail.php @@ -63,6 +63,9 @@ $book->getLinkArray (); ?> + 0) { +?>
@@ -78,6 +81,7 @@ $book->getLinkArray ();