No alt for calendar icon on new post screen

merge-requests/6/head
Bob Mottram 2019-11-26 19:39:58 +00:00
parent 89794ce03c
commit 6b27eb85f7
1 changed files with 1 additions and 1 deletions

View File

@ -1001,7 +1001,7 @@ def htmlNewPost(translate: {},baseDir: str, \
dateAndLocation=''
if endpoint!='newshare' and endpoint!='newreport' and endpoint!='newquestion':
dateAndLocation='<div class="container">'
dateAndLocation+='<p><img loading="lazy" class="emojicalendar" src="/'+iconsDir+'/calendar.png"/>'
dateAndLocation+='<p><img loading="lazy" alt="" title="" class="emojicalendar" src="/'+iconsDir+'/calendar.png"/>'
dateAndLocation+='<label class="labels">'+translate['Date']+': </label>'
dateAndLocation+='<input type="date" name="eventDate">'
dateAndLocation+='<label class="labelsright">'+translate['Time']+':'