# HG changeset patch # User Mads Kiilerich # Date 2015-01-06 00:54:36 # Node ID 72bf894750041980b8a07198efda1e498c7e00ef # Parent a12aef38b8b07334adfd7d33962b6511e49c3bd9 styling: don't loop on loading kallithea-logo.png after kallithea-logo.svg failed Bad configuration of static files or static_files=false could make the page loop when trying to apply the svg/png fallback. Instead, let the error handler remove itself when it is used the first time. diff --git a/kallithea/templates/base/base.html b/kallithea/templates/base/base.html --- a/kallithea/templates/base/base.html +++ b/kallithea/templates/base/base.html @@ -7,7 +7,7 @@