diff options
Diffstat (limited to '')
| -rw-r--r-- | src/web/_views/comments.php | 2 | ||||
| -rw-r--r-- | src/web/_views/header.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/web/_views/comments.php b/src/web/_views/comments.php index 9762def..2ed712f 100644 --- a/src/web/_views/comments.php +++ b/src/web/_views/comments.php @@ -12,7 +12,7 @@ echo '</div>'; } if (!$comments || !count($comments)) { - echo '<span>'. lang('no_comments') .'</span>'; + echo '<span class="no-comments">'. lang('no_comments') .'</span>'; } ?> <div class="new"> diff --git a/src/web/_views/header.php b/src/web/_views/header.php index d4966a9..2d84487 100644 --- a/src/web/_views/header.php +++ b/src/web/_views/header.php @@ -7,7 +7,7 @@ <?=ie('<center>')?> <div id="header" role="banner" aria-label="banner"> <div class="container"><div class="section"> - <a href="<?=$this->get_url('')?>"> + <a id="logo" href="<?=$this->get_url('')?>"> <?=image('img/headerLogo', 'alt_website_logo', 'title_website_logo', size: '200')?> </a> <div class="content"> |