add some alt tags to find missing weather icons

workspace
Brendan Howell 4 years ago
parent 0d66ca43b0
commit 17a9ba708f

@ -210,7 +210,7 @@
% endif % endif
% if daycount <= 4: % if daycount <= 4:
<div class="weatherperiod"> <div class="weatherperiod">
<img src="file://${period['symbol']}" /> <img src="file://${period['symbol']}" alt="${period['symbol']}" />
<p class="weathertime">${period["period"]}</p> <p class="weathertime">${period["period"]}</p>
<p class="weathertemp">${period["mintemp"]} ${period["maxtemp"]}</p> <p class="weathertemp">${period["mintemp"]} ${period["maxtemp"]}</p>
</div> </div>

Loading…
Cancel
Save