diff --git a/gracedb/templates/base.html b/gracedb/templates/base.html
index 10976d3a5a1e55ad82f3d7a9895489b348bbb970..136160bb7e1d5206258db84304698e96595cbe3c 100644
--- a/gracedb/templates/base.html
+++ b/gracedb/templates/base.html
@@ -56,7 +56,7 @@ GraceDB — Gravitational Wave Candidate Event Database
 
 <div id="header">
 <!-- Header. Yea, this is actually a footer.  It *was* as header once, though. -->
- <table align="center" width="90%%">
+ <table align="center" width="90%">
   <tr>
    <td align="center">
     <img width="52" height="36" src="{% static "images/ligo-blue.gif" %}" />
@@ -71,11 +71,11 @@ GraceDB &mdash; Gravitational Wave Candidate Event Database
    <td align="center">
     {% if user and user.username == "chad.hanna@LIGO.ORG" %}
         <img width="194" height="37" src="{% static "images/PI_Logo-anim.gif" %}" />
-    {% else %}{% if user and user.username == "kipp.cannon@LIGO.ORG" %}
-        <img width="194" height="37" src="{% static "images/CITA_logo-anim.gif" %}" />
     {% else %}
-       <!-- <img width="107" height="37" src="{% static "images/anim2.gif" %}" /> -->
-    {% endif %}{% endif %}
+        {% if user and user.username == "kipp.cannon@LIGO.ORG" %}
+            <img width="194" height="37" src="{% static "images/CITA_logo-anim.gif" %}" />
+        {% endif %}
+    {% endif %}
     <!-- 287px 101px -->
    </td>