Skip to content

Commit

Permalink
Merge pull request #3228 from ns23/update-alt-text
Browse files Browse the repository at this point in the history
[WIP] Updated image alt text in notebook.html
  • Loading branch information
takluyver authored Jan 23, 2018
2 parents 0254c8b + 5ff22ca commit 8441005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebook/templates/notebook.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

<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>

Expand Down

0 comments on commit 8441005

Please sign in to comment.