Skip to content

Commit

Permalink
Fix Blizzard banner html template
Browse files Browse the repository at this point in the history
  • Loading branch information
carlbennett committed Feb 12, 2024
1 parent 9b12327 commit e298030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Templates/header.inc.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -252,4 +252,4 @@ $_campaign_vultr = (

<?=_header_nav_html($_header_nav, $_unique_asset)?>
<main class="mb-3">
<?=(BlizzardCheck::is_blizzard() && !empty(Common::$config->bnetdocs->blizzard_greeting_html) ? sprintf('<div class="container mb-3"><div class="alert alert-info">%s</div></div>', Common::$config->bnetdocs->blizzard_greeting_html) : '')?>
<?=(BlizzardCheck::is_blizzard() && !empty(Common::$config->bnetdocs->blizzard_greeting_html) ? sprintf('<div class="container mb-3">%s</div>', Common::$config->bnetdocs->blizzard_greeting_html) : '')?>

0 comments on commit e298030

Please sign in to comment.