diff --git a/lib/cryptobox.class.php b/lib/cryptobox.class.php
index f3eaf61..e53c4ac 100644
--- a/lib/cryptobox.class.php
+++ b/lib/cryptobox.class.php
@@ -1051,8 +1051,8 @@ public function display_cryptobox_bootstrap ($coins = array(), $def_coin = "", $
if ($logoimg_path)
{
$offset = ($show_languages) ? "" : "offset-sm-5 offset-md-6";
- $tmp .= "
";
- $tmp .= "
";
+ $tmp .= "
";
+ $tmp .= "
";
$tmp .= "
";
$tmp .= "
";
}
@@ -2274,6 +2274,6 @@ function run_sql($sql)
foreach ($cryptobox_private_keys as $v)
if (strpos($v, " ") !== false || strpos($v, "PRV") === false || strpos($v, "AA") === false || strpos($v, "77") === false) die("Invalid Private Key - ". (CRYPTOBOX_WORDPRESS ? "please setup it on your plugin settings page" : "$v in variable \$cryptobox_private_keys, file cryptobox.config.php."));
- unset($v); unset($cryptobox_private_keys);
+ unset($v); unset($cryptobox_private_keys);
}
?>
\ No newline at end of file