Skip to content

Commit 3d38237

Browse files
authored
Fix aria attribute
1 parent 029f584 commit 3d38237

File tree

1 file changed

+1
-1
lines changed
  • frameworks/keyed/rendrjs/src

1 file changed

+1
-1
lines changed

frameworks/keyed/rendrjs/src/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ let Jumbotron = ({ set }) => element('div', {
7676

7777
let makeIcon = preload => element('span', {
7878
class: preload ? 'preloadicon ' : '' + 'glyphicon glyphicon-remove',
79-
ariaHidden: true,
79+
'aria-hidden': true,
8080
});
8181
let preloadIcon = makeIcon(true);
8282
let normalIcon = makeIcon();

0 commit comments

Comments
 (0)