Merge pull request #3228 from ns23/update-alt-text

[WIP] Updated image alt text in notebook.html
This commit is contained in:
Thomas Kluyver 2018-01-23 20:48:31 +01:00 committed by GitHub
commit 8441005a39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,7 @@ data-notebook-path="{{notebook_path | urlencode}}"
<span id="kernel_logo_widget">
{% block kernel_logo_widget %}
<img class="current_kernel_logo" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"/>
<img class="current_kernel_logo" alt="Current Kernel Logo" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"/>
{% endblock %}
</span>