Removed the double quotes around the setting's name

The double quotes are only used for the settings of Blockem and Superblock. This is inconsistent from my point of view.
Tato revize je obsažena v:
Steffen K9 2018-08-16 19:57:09 +02:00 autor: GitHub
revize 47d5358131
V databázi nebyl nalezen žádný známý klíč pro tento podpis
ID klíče GPG: 4AEE18F83AFDEB23

Zobrazit soubor

@ -51,11 +51,11 @@ function blockem_addon_settings (App $a, &$s)
}
$s .= '<span id="settings_blockem_inflated" class="settings-block fakelink" style="display: block;" onclick="openClose(\'settings_blockem_expanded\'); openClose(\'settings_blockem_inflated\');">';
$s .= '<h3>' . L10n::t('"Blockem"') . '</h3>';
$s .= '<h3>' . L10n::t('Blockem') . '</h3>';
$s .= '</span>';
$s .= '<div id="settings_blockem_expanded" class="settings-block" style="display: none;">';
$s .= '<span class="fakelink" onclick="openClose(\'settings_blockem_expanded\'); openClose(\'settings_blockem_inflated\');">';
$s .= '<h3>' . L10n::t('"Blockem"') . '</h3>';
$s .= '<h3>' . L10n::t('Blockem') . '</h3>';
$s .= '</span>';
$s .= '<div id="blockem-wrapper">';