diff --git a/compose.yaml b/compose.yaml
index 9ba4564..085bf66 100644
--- a/compose.yaml
+++ b/compose.yaml
@@ -2,7 +2,8 @@ version: '3.8'
services:
custom:
- image: php:8.3.12-apache
+ # image: php:8.3.12-apache
+ image: php:8.4.14-apache
container_name: stopplidelsen.no
working_dir: /var/www/html/
volumes:
diff --git a/custom/templates/base.php b/custom/templates/base.php
index 1c7cbbe..f4d9aef 100644
--- a/custom/templates/base.php
+++ b/custom/templates/base.php
@@ -63,6 +63,6 @@ function getActiveClass($href) { return rtrim(parse_url($_SERVER['REQUEST_URI'],
-
+