diff options
Diffstat (limited to 'python/fatcat_web/templates/release_search.html')
-rw-r--r-- | python/fatcat_web/templates/release_search.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/fatcat_web/templates/release_search.html b/python/fatcat_web/templates/release_search.html index 9383d45c..b996c383 100644 --- a/python/fatcat_web/templates/release_search.html +++ b/python/fatcat_web/templates/release_search.html @@ -21,7 +21,7 @@ </div> <div class="ui container text"> -<br clear="all" /> +<br> {% if found %} {% if found.results %} @@ -110,7 +110,7 @@ Raw query was: <i>{{ found.query.q }}</i> <div class="ui centered stackable grid" style="padding-top: 15%;"> <div class="row"> <div class="four wide column"> - <img src="/static/paper_man_confused.gif"> + <img src="/static/paper_man_confused.gif" alt="confused paper man"> </div> <div class="six wide column"> <h2>No results found!</h2> |