From d3c559a23ab2b01693dbe73223e6b4e57b064ea6 Mon Sep 17 00:00:00 2001 From: Dendy Date: Thu, 24 Dec 2020 01:17:19 +0100 Subject: [PATCH] Fix image view scaling --- view.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/view.php b/view.php index 0f55e78..2d344eb 100644 --- a/view.php +++ b/view.php @@ -1,10 +1,11 @@ - Pòsweg's image gallery + Dendy\'s image gallery @@ -24,15 +25,15 @@ echo "

Tag list

"; echo ""; - //Tag list $num_tags = sizeof($output); - + echo "Tags(" . $num_tags . "):
"; unset($output[0]); foreach($output as $tag){ echo("" . $tag ."
"); } + ?>