Only need separator if this is the only entry
authorMichael M Slusarz <slusarz@curecanti.org>
Sat, 5 Dec 2009 02:16:58 +0000 (19:16 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Mon, 7 Dec 2009 03:44:00 +0000 (20:44 -0700)
imp/templates/index/index-dimp.inc

index bc1f1e1..75cb87e 100644 (file)
@@ -431,7 +431,7 @@ function _simpleButton($id, $text, $image)
 <?php endif; ?>
 <?php if ($has_whitelist): ?>
  <div>
-  <div class="sep"></div>
+  <div<?php if (!$has_blacklist) echo ' class="sep"'; ?>></div>
   <a id="oa_whitelist"><span class="contextImg"></span><?php echo _("Whitelist") ?></a>
  </div>
 <?php endif; ?>