Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
craigsapp committed Sep 9, 2024
1 parent c30abaa commit 7ef67dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/vhv-scripts/menu/makePdfIcon.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function makePdfIcon(url, title) {
if (lindex[LANGUAGE]) {
newtitle = lindex[LANGUAGE];
} else if (lindex.EN) {
newtitle = lindex[EN];
newtitle = lindex.EN;
} else {
newtitle = title;
}
Expand Down

0 comments on commit 7ef67dc

Please sign in to comment.