commit | 36b4a302ae5ee6d5f33c01447a8b2761e6aad802 | [log] [tgz] |
---|---|---|
author | Carey Metcalfe <carey@cmetcalfe.ca> | Mon Oct 17 22:49:10 2016 -0400 |
committer | Carey Metcalfe <carey@cmetcalfe.ca> | Mon Oct 17 22:49:46 2016 -0400 |
tree | 7269aa4d3c5b498925e09293c19c9e781d1ed9f4 | |
parent | dedb8238e3b3b2cd075563d5ac329c22508ab305 [diff] |
Fix graphical glitch when USER_LOGO_URL can't be retrieved
diff --git a/templates/base.html b/templates/base.html index 422584b..a456134 100644 --- a/templates/base.html +++ b/templates/base.html
@@ -108,7 +108,7 @@ <div id="user_meta"> <a href="{{ SITEURL }}"> {% if USER_LOGO_URL %} - <img src="{{ USER_LOGO_URL }}" alt="logo" id="logo"> + <img src="{{ USER_LOGO_URL }}" id="logo"> {% endif %} </a> <h2><a href="{{ SITEURL }}" class="nohover">{{ SITENAME }}</a></h2>