summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Weipert <code@drogueronin.de>2023-12-03 12:25:26 +0100
committerDaniel Weipert <code@drogueronin.de>2023-12-03 12:30:40 +0100
commit7a3106bb8dfcdce4665491a0eb430ab1872252ba (patch)
tree70c7ab526af8207455096f10403c4954e0237cbf
parent0a316046f563490633edad3266ad661f5742f993 (diff)
formatting
-rw-r--r--src/layout.php4
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>