diff options
Diffstat (limited to 'template')
-rw-r--r-- | template/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/index.html b/template/index.html index 942df9b..df05030 100644 --- a/template/index.html +++ b/template/index.html @@ -16,7 +16,7 @@ <li><a href="/">Kontakt / Impressum</a></li> </ul> <ul id="lang"> - <li><a href="/"><img src="/images/at_dis.png" /><img src="/images/de_dis.png" /></a></li> + <li><img src="/images/at_dis.png" /><img src="/images/de_dis.png" /></li> <li><a href="/"><img src="/images/uk.png" /><img src="/images/us.png" /></a></li> </ul> <div style="clear: both"></div> |