From 67167c080915e67e05f0e5b36d8a633076c02088 Mon Sep 17 00:00:00 2001 From: Garion Herman Date: Fri, 28 Jun 2019 15:56:09 +1200 Subject: [PATCH] NEW Add tabindex="-1" to comment submission message for a11y support --- templates/CommentsInterface.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CommentsInterface.ss b/templates/CommentsInterface.ss index 4607588..fa891eb 100755 --- a/templates/CommentsInterface.ss +++ b/templates/CommentsInterface.ss @@ -7,7 +7,7 @@ <% if $AddCommentForm %> <% if $canPostComment %> <% if $ModeratedSubmitted %> -

<% _t('CommentsInterface_ss.AWAITINGMODERATION', 'Your comment has been submitted and is now awaiting moderation.') %>

+

<% _t('CommentsInterface_ss.AWAITINGMODERATION', 'Your comment has been submitted and is now awaiting moderation.') %>

<% end_if %> $AddCommentForm <% else %>