diff --git a/store/scripts/code.js b/store/scripts/code.js index 4c5849d0..b9228290 100644 --- a/store/scripts/code.js +++ b/store/scripts/code.js @@ -617,7 +617,7 @@ function createPluginDiv(plugin, bInstalled) { let name = (bTranslate && plugin.nameLocale && plugin.nameLocale[shortLang]) ? plugin.nameLocale[shortLang] : plugin.name; let description = (bTranslate && variation.descriptionLocale && variation.descriptionLocale[shortLang]) ? variation.descriptionLocale[shortLang] : variation.description; let bg = variation.store && variation.store.background ? variation.store.background[themeType] : defaultBG; - let additional = bNotAvailable ? 'title:"' + versionWarning + '"; disabled' : ''; + let additional = bNotAvailable ? 'disabled title="' + versionWarning + '"' : ''; let template = '
' + '' + '
' +