From cdad4ad85c18738d7452425753a9dd46dd31728a Mon Sep 17 00:00:00 2001
From: leahcimto <68165163+leahcimto@users.noreply.github.com>
Date: Mon, 5 Sep 2022 09:00:49 -0400
Subject: [PATCH] Fix typo for badges
https://github.com/theforumhelpers/theforumhelpers.github.io/pull/359#discussion_r962782319
---
forumhelpers/FHP.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/forumhelpers/FHP.js b/forumhelpers/FHP.js
index 4b51ca4..89ecf0b 100644
--- a/forumhelpers/FHP.js
+++ b/forumhelpers/FHP.js
@@ -91,7 +91,7 @@ function addBadges(name) {
badgeBlock.innerHTML = badgeBlock.innerHTML + '
';
}
if (memberSiteContributor.includes(name)) {
- badgeBlock.innerHTML = badgeBlock.innerHTML + '
';
+ badgeBlock.innerHTML = badgeBlock.innerHTML + '
';
}
if (memberOriginalStudio.includes(name)) {
badgeBlock.innerHTML = badgeBlock.innerHTML + '
';