]> git.quilime.com - clmpr.git/commitdiff
Extra space if no description
authorGabriel Dunne <gdunne@quilime.com>
Fri, 23 Dec 2011 05:37:32 +0000 (21:37 -0800)
committerGabriel Dunne <gdunne@quilime.com>
Fri, 23 Dec 2011 05:37:32 +0000 (21:37 -0800)
get.php

diff --git a/get.php b/get.php
index a2346a93d5fa6e16e8ae4aa43fef8fc04a0f213e..f8d216cdda4ebe88983ec7fcda56df92346b8336 100644 (file)
--- a/get.php
+++ b/get.php
@@ -140,10 +140,9 @@ function deleteClump( id, elem ) {
             <?php if ($hasDescription) : ?>
                 <span class="desc">
                 <?php echo htmlentities($row['description']); ?>
-                </span>
+                </span><br />
             <?php endif; ?>
             <?php if (count($row['tags']) > 0) : ?>
-            <br />
             <ul class="tags">
                 <?php foreach($row['tags'] as $tag) : ?>
                 <li><a href="/tag/<?=$tag?>"><?=$tag?></a></li>