Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…eywords into main
  • Loading branch information
justoverclockl committed Jun 4, 2021
2 parents 7fe4deb + 6d8f5d7 commit d50a484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/forum/replaceKeywords.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default function () {
let tooltip = mappings[match.toLowerCase()];

if (tooltip) {
return `<span class="definition" data-tooltip="${tooltip}">${match}<i class="fas fa-caret-left"></i></i></span>`;
return `<span class="definition" data-tooltip="${tooltip}">${match}<i class="fas fa-caret-left"></i></span>`;
} else {
return match;
}
Expand Down

0 comments on commit d50a484

Please sign in to comment.