From 68b1d339174cfde65ec8f99b53d2d8f0ba9a88c9 Mon Sep 17 00:00:00 2001 From: Herve Saint-Amand Date: Wed, 8 Feb 2017 22:37:00 +0000 Subject: [PATCH] Better alt text for the logo This is what clients that block images will display, so shorter is better. --- app/views/layouts/notifier.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/notifier.html.erb b/app/views/layouts/notifier.html.erb index 3f60696f3..437bd061d 100644 --- a/app/views/layouts/notifier.html.erb +++ b/app/views/layouts/notifier.html.erb @@ -10,7 +10,7 @@ - <%= image_tag attachments["logo.png"].url, alt: "OpenStreetMap logo", title: "OpenStreetMap", height: "30", width: "30", border: "0" %> + <%= image_tag attachments["logo.png"].url, alt: "OpenStreetMap", title: "OpenStreetMap", height: "30", width: "30", border: "0" %> -- 2.43.2