diff options
author | Freya Murphy <freya@freyacat.org> | 2024-09-24 17:31:29 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-09-24 17:31:29 -0400 |
commit | 83a1fe244f94afc78f364956051f9e16a3141ed3 (patch) | |
tree | 5013eff5a2f2c635d735b8c2c15b0c676ec36aa7 /src/web | |
parent | update blog times, fix blog refs (diff) | |
download | website-83a1fe244f94afc78f364956051f9e16a3141ed3.tar.gz website-83a1fe244f94afc78f364956051f9e16a3141ed3.tar.bz2 website-83a1fe244f94afc78f364956051f9e16a3141ed3.zip |
fix ie6 support
Diffstat (limited to '')
-rw-r--r-- | src/web/_views/header.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/web/_views/header.php b/src/web/_views/header.php index 07c26b8..c06cef8 100644 --- a/src/web/_views/header.php +++ b/src/web/_views/header.php @@ -17,7 +17,8 @@ </h1> <div role="navigation"> <ul id="nav"> - <li><?=ilang('action_home', + <li class="ie-nav"> + <?=ilang('action_home', href: $this->get_url('home'), container: 'h2' )?></li> |