Skip to content

Commit

Permalink
fixup spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
jenbreese committed Nov 22, 2023
1 parent fdbafd8 commit 8a78aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/stanford_basic/stanford_basic.theme
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ function stanford_basic_preprocess_block(&$variables) {
}
}

if (!isset($variables['configuration']['label_display '])) {
if (!isset($variables['configuration']['label_display'])) {
$variables['attributes']['aria-hidden'] = 'true';
}
}
Expand Down

0 comments on commit 8a78aba

Please sign in to comment.