changeset 4133:0ba6108afcbf

mod_invites_page: Add alt text to invalid invite image
author Matthew Wild <mwild1@gmail.com>
date Tue, 15 Sep 2020 16:16:16 +0100
parents 36795f773faf
children 82713dfee238
files mod_invites_page/html/invite_invalid.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mod_invites_page/html/invite_invalid.html	Tue Sep 15 16:15:51 2020 +0100
+++ b/mod_invites_page/html/invite_invalid.html	Tue Sep 15 16:16:16 2020 +0100
@@ -25,7 +25,7 @@
 
 				<p>Sorry, it looks like this invite code has expired!</p>
 
-				<img class="w-100" src="{static}/illus-empty.svg">
+				<img class="w-100" alt="Sad person holding empty box" src="{static}/illus-empty.svg">
 			</div>
 		</div>
 	</div>