From b28c58864e20c556b65ec60f02c0df6401f73351 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Fri, 15 Jan 2021 11:23:19 +0100 Subject: [PATCH] foto: escape html (ampersands) in album links Fix broken entity Lijtweg directory . --- foto/index.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/foto/index.php b/foto/index.php index a6378ef..49e5483 100644 --- a/foto/index.php +++ b/foto/index.php @@ -72,22 +72,22 @@ if ($imgs = glob("$rootdir/*", GLOB_ONLYDIR)) { natsort($imgs); print '\n\n"; } -- 2.30.0