From a713e5e4d9a096fc56cbceddd3c9ca6169e5d6da Mon Sep 17 00:00:00 2001 From: katherine Date: Sat, 20 Mar 2021 21:53:43 +0000 Subject: [PATCH] typo and alt text --- art/index.php | 14 +++++++------- blog/index.php | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/art/index.php b/art/index.php index 00e8019..12bd250 100644 --- a/art/index.php +++ b/art/index.php @@ -145,16 +145,16 @@ if(isset($files)) { case "gif": echo ""; - echo ""; + echo "art gif"; echo ''; break; default: echo ""; if( file_exists($_SERVER['DOCUMENT_ROOT'] . "/art/$page/thumbs/" . pathinfo($file)['filename'] . ".jpg") ) { - echo ""; + echo "art thumnail"; } else { - echo ""; + echo "art thumnail"; } echo ''; } @@ -242,16 +242,16 @@ if(isset($files)) { echo "

- + art thumnail - + art thumnail - + art thumnail - + art thumnail

"; diff --git a/blog/index.php b/blog/index.php index 841207b..5cb3c92 100644 --- a/blog/index.php +++ b/blog/index.php @@ -189,7 +189,7 @@ if(isset($page) && array_key_exists($page, $entries) ) { . ' ...

'; + . '">...

'; } echo ''; }