diff --git a/www/galleri/index.php b/www/galleri/index.php index 6b74ee3..39b42f7 100644 --- a/www/galleri/index.php +++ b/www/galleri/index.php @@ -115,7 +115,7 @@ $imageTemplate = ' "%timestamp" => filemtime($fullPath . $value), "%name" => htmlspecialchars($displaypath), "%path" => "/galleri/" . $relativePath .$value, - "%realname" => $htmlspecialchars(realname) + "%realname" => htmlspecialchars($realname) ]; echo strtr($imageTemplate, $vars); }