Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/9' into develop
Browse files Browse the repository at this point in the history
Forward port #9
  • Loading branch information
weierophinney committed Sep 9, 2015
2 parents 536218d + 865713b commit 9572f3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/View/Helper/AbstractHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ abstract class AbstractHelper extends BaseAbstractHelper
'onvolumechange' => true,
'onwaiting' => true,
'role' => true,
'aria-labelled-by' => true,
'aria-described-by' => true,
'aria-labelledby' => true,
'aria-describedby' => true,
'spellcheck' => true,
'style' => true,
'tabindex' => true,
Expand Down

0 comments on commit 9572f3f

Please sign in to comment.