fix attribute name
This commit is contained in:
parent
fa1d5b8bce
commit
1082011941
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ h2 3 Anhang: Liste der zu beachtenden WCAG Regeln
|
||||||
- if check.links.any?
|
- if check.links.any?
|
||||||
strong Links
|
strong Links
|
||||||
.body_text
|
.body_text
|
||||||
- check.links.group_by(&:category).each do |category, links|
|
- check.links.group_by(&:link_category).each do |category, links|
|
||||||
strong = category
|
strong = category
|
||||||
ul
|
ul
|
||||||
- links.each do |l|
|
- links.each do |l|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue