Commit 8b79d940 by Mark Sadecki

adds and alt attribute to the loading/spinner graphic

parent 4f326a8c
......@@ -25,7 +25,7 @@
<div id="input_${id}_preview" class="equation">
\[\]
<img src="${STATIC_URL}images/spinner.gif" class="loading"/>
<img src="${STATIC_URL}images/spinner.gif" class="loading" alt="Loading"/>
</div>
<p id="answer_${id}" class="answer"></p>
</div>
......
......@@ -22,6 +22,7 @@
src="${STATIC_URL}images/green-pointer.png"
id="cross_${id}"
style="position: absolute; top: ${gy}px; left: ${gx}px;"
alt="Selection indicator"
/>
</div>
<div
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment