diff options
Diffstat (limited to '')
| -rw-r--r-- | src/web/_views/footer.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/web/_views/footer.php b/src/web/_views/footer.php index 70b1b13..f4395dd 100644 --- a/src/web/_views/footer.php +++ b/src/web/_views/footer.php @@ -7,10 +7,10 @@ $footer_text = ''; } ?> - <div id="ad" class="section ad-slot" role="region"> - <span class="ad-slot"> - <?=lang('adblock_notice')?> - </span> + <div class="ad-slot"> + <div id="ad" class="section" role="region"> + <span><?=lang('adblock_notice')?></span> + </div> </div> </div> </div> |