diff options
-rw-r--r-- | src/layout.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/layout.php b/src/layout.php index 7da2830..69b25ef 100644 --- a/src/layout.php +++ b/src/layout.php @@ -28,7 +28,7 @@ function layout($head = '', $content = '') $t = $i18n['translate']; ?> -<html lang="<?php echo $_GET['lang'] ?? 'de'; ?>"> + <html lang="<?php echo $_GET['lang'] ?? 'de'; ?>"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> @@ -210,7 +210,7 @@ function layout($head = '', $content = '') <span class="close-btn" ref="nav-main_close">X</span> <ul> <li> - <a href="<?php echo $i18n['link_page']('/projects'); ?>"><?php echo $t('pages.projects'); ?></a> + <a href="<?php echo $i18n['link_page']('/projects'); ?>"><?php echo $t('pages.projects'); ?></a> </li> </ul> </nav> |