diff --git a/www/aktiviteter/index.php b/www/aktiviteter/index.php
index 704e234..216b61d 100644
--- a/www/aktiviteter/index.php
+++ b/www/aktiviteter/index.php
@@ -56,18 +56,18 @@ $day = (isset($_GET['day']))
getStart())) { ?>
getURL()) { ?>
-
getName(); ?>
+
getName()); ?>
- getName(); ?>
+ getName()); ?>
getImageURL()) { ?>
-
; ?>)
+
- Tid: getStart()); ?>
- - Sted: getLocation(); ?>
- - Arrangør: getOrganiser(); ?>
+ - Sted: getLocation()); ?>
+ - Arrangør: getOrganiser()); ?>
getDescription(); ?>
@@ -76,6 +76,7 @@ $day = (isset($_GET['day']))
} ?>
setSafeMode(true);
echo $Parsedown->text(implode("\n", $description));
?>
diff --git a/www/galleri/index.php b/www/galleri/index.php
index e781703..9fe13f6 100644
--- a/www/galleri/index.php
+++ b/www/galleri/index.php
@@ -118,8 +118,8 @@ $imageTemplate = '
'%user' => htmlspecialchars($imguser),
'%time' => $modTime,
'%name' => htmlspecialchars($displaypath),
- '%path' => $serverPath . $value,
- '%thumbnail' => $serverPath . '/.thumbnails' . $value . '.png',
+ '%path' => htmlspecialchars($serverPath . $value),
+ '%thumbnail' => htmlspecialchars($serverPath . '/.thumbnails' . $value . '.png'),
'%realname' => htmlspecialchars($realname),
];
echo strtr($imageTemplate, $vars);
diff --git a/www/hendelser/info.php b/www/hendelser/info.php
index 17f217b..1dba508 100644
--- a/www/hendelser/info.php
+++ b/www/hendelser/info.php
@@ -38,17 +38,18 @@ if (!$event) {
getRelativeDate(); ?>
getStart())) { ?>
- getName(); ?>
+ getName()); ?>
- Tid: getStart()); ?>
- - Sted: getLocation(); ?>
- - Arrangør: getOrganiser(); ?>
+ - Sted: getLocation()); ?>
+ - Arrangør: getOrganiser()); ?>
getDescription(); ?>
setSafeMode(true);
echo $Parsedown->text(implode("\n", $description));
?>
diff --git a/www/prosjekt/mine.php b/www/prosjekt/mine.php
index 0e31994..cfab0c5 100644
--- a/www/prosjekt/mine.php
+++ b/www/prosjekt/mine.php
@@ -109,7 +109,7 @@ $projects = array_values(array_filter(
Filter