diff options
Diffstat (limited to '')
| -rw-r--r-- | src/web/_views/header.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/web/_views/header.php b/src/web/_views/header.php index 90a31ea..f6b4740 100644 --- a/src/web/_views/header.php +++ b/src/web/_views/header.php @@ -17,15 +17,15 @@ <li class="ie-nav"> <?=ilang('action_home', href: $this->get_url('home'), - container: 'h2' + subtype: 'h2' )?></li> <li><?=ilang('action_projects', href: $this->get_url('projects'), - container: 'h2' + subtype: 'h2' )?></li> <li><?=ilang('action_blog', href: $this->get_url('blog'), - container: 'h2' + subtype: 'h2' )?></li> </ul> </div> |