diff --git a/files/assets/js/settings_profile.js b/files/assets/js/settings_profile.js
index 6c29a5ad0..ae18b037c 100644
--- a/files/assets/js/settings_profile.js
+++ b/files/assets/js/settings_profile.js
@@ -89,7 +89,7 @@ function updatebgselection(){
let bgsDir = backgrounds[bgselector.selectedIndex].folder;
for (i=0; i < bgsToDisplay.length; i++) {
let onclickPost = bgsDir + "/" + bgsToDisplay[i];
- str += ``;
+ str += ``;
}
bgContainer.innerHTML = str;
}