about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--lib/oldweb/_tail.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/oldweb/_tail.rhtml b/lib/oldweb/_tail.rhtml
index fda210d..f56bf2c 100644
--- a/lib/oldweb/_tail.rhtml
+++ b/lib/oldweb/_tail.rhtml
@@ -14,7 +14,7 @@ href="<%= u %>"><%= u %></a> <%
     if public_email %>public: <a
 href="mailto:<%= public_email %>"><%= public_email %></a><%
     end
-    if private_email || public_email %> / <% end
+    if private_email && public_email %> / <% end
     if private_email %>private: <a
 href="mailto:<%= private_email %>"><%= private_email %></a><%
     end