Fix typo and missing gitignore

This commit is contained in:
Felix Albrigtsen 2022-01-25 09:19:43 +01:00
parent 31e104a150
commit 1711ce2e5d
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ $imageTemplate = '
"%timestamp" => filemtime($fullPath . $value), "%timestamp" => filemtime($fullPath . $value),
"%name" => htmlspecialchars($displaypath), "%name" => htmlspecialchars($displaypath),
"%path" => "/galleri/" . $relativePath .$value, "%path" => "/galleri/" . $relativePath .$value,
"%realname" => $htmlspecialchars(realname) "%realname" => htmlspecialchars($realname)
]; ];
echo strtr($imageTemplate, $vars); echo strtr($imageTemplate, $vars);
} }