Skip to content

Commit

Permalink
Fix spelling in code comment: attibute -> attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
bschmalhofer committed Feb 2, 2024
1 parent 5e7a6f0 commit 8b834c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kernel/Output/HTML/Layout.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5619,7 +5619,7 @@ sub _BuildSelectionAttributeRefCreate {
}
}

# add a fallback for the id attibute
# add a fallback for the id attribute
$Attributes{id} ||= $Attributes{name};

# check params with key and value that need to be HTML-Quoted
Expand Down

0 comments on commit 8b834c0

Please sign in to comment.