From df201878a476c5da2d3a0e34673f4a1b424cacec Mon Sep 17 00:00:00 2001 From: tombye Date: Fri, 28 Jun 2013 09:42:53 +0100 Subject: [PATCH] Change the related heading class to an id aria-labelledby requires an id to link to --- app/views/root/related.raw.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/root/related.raw.html.erb b/app/views/root/related.raw.html.erb index fb197a450..362772f82 100644 --- a/app/views/root/related.raw.html.erb +++ b/app/views/root/related.raw.html.erb @@ -9,7 +9,7 @@
<% if root_section = artefact.primary_root_section %> -

<%= h root_section["title"] %>

+

<%= h root_section["title"] %>

<% end %>