From 52a9cf68cd0736672434e608aead094a92799eeb Mon Sep 17 00:00:00 2001 From: St John Karp Date: Sun, 7 Oct 2018 17:58:57 -0700 Subject: [PATCH] Fall back to URL for image alt text If an attacment image has no description, use the URL for the alt text instead. Having no description was causing image links not to appear in Lynx. --- resources/views/status_content.blade.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/resources/views/status_content.blade.php b/resources/views/status_content.blade.php index 944b4fb..7d47120 100644 --- a/resources/views/status_content.blade.php +++ b/resources/views/status_content.blade.php @@ -12,7 +12,11 @@ > {{ $attachment['description'] }}