diff --git a/index.php b/index.php
index 11211c66..94c8a118 100644
--- a/index.php
+++ b/index.php
@@ -188,11 +188,13 @@ $formats = Format::searchInformation();
RSS-Bridge alpha 0.2 ~ Public Domain
= $activeFoundBridgeCount; ?>/= count($bridgeList) ?> active bridges.
';
- else
- echo '
';
+ if($activeFoundBridgeCount !== count($bridgeList)){
+ // FIXME: This should be done in pure CSS
+ if(!$showInactive)
+ echo '
';
+ else
+ echo '
';
+ }
?>