summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-01-19 10:29:12 +0000
committerDries Buytaert <dries@buytaert.net>2006-01-19 10:29:12 +0000
commit630e820ed0e735d011864c319b91f666f8c11cf5 (patch)
tree2bd74d187bee0f5f475287b94be6ac039ba54f3b /themes
parent4c1522e962218c818d6575973edecf658463506e (diff)
downloadbrdo-630e820ed0e735d011864c319b91f666f8c11cf5.tar.gz
brdo-630e820ed0e735d011864c319b91f666f8c11cf5.tar.bz2
- Patch #45446 by jakeg: don't generate empty >>
Diffstat (limited to 'themes')
-rw-r--r--themes/bluemarine/node.tpl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/bluemarine/node.tpl.php b/themes/bluemarine/node.tpl.php
index 493f324e3..caa91e870 100644
--- a/themes/bluemarine/node.tpl.php
+++ b/themes/bluemarine/node.tpl.php
@@ -6,5 +6,5 @@
<span class="submitted"><?php print $submitted?></span>
<span class="taxonomy"><?php print $terms?></span>
<div class="content"><?php print $content?></div>
- <div class="links">&raquo; <?php print $links?></div>
+ <?php if ($links) { ?><div class="links">&raquo; <?php print $links?></div><?php }; ?>
</div>