From eeeda82e51f5b591d78b45a039ea0046bc641d8f Mon Sep 17 00:00:00 2001
From: Iain Patterson <me@iain.cx>
Date: Tue, 21 Nov 2017 09:31:13 -0500
Subject: [PATCH] Removed spurious "none".

---
 lib/contact.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/contact.php b/lib/contact.php
index 971a9c2..00096d9 100644
--- a/lib/contact.php
+++ b/lib/contact.php
@@ -112,8 +112,8 @@
         foreach ($contacts as $contact) show_contact_summary($contact);
         show_pagination($contacts);
       }
+      else echo "none";
     }
-    else echo "none";
     echo "</p>\n";
   }
 
-- 
2.7.4