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 "
";
echo '';
break;
default:
echo "";
if( file_exists($_SERVER['DOCUMENT_ROOT'] . "/art/$page/thumbs/" . pathinfo($file)['filename'] . ".jpg") ) {
- echo "
";
+ echo "
";
} else {
- echo "
";
+ echo "
";
}
echo '';
}
@@ -242,16 +242,16 @@ if(isset($files)) {
echo "
'; + . '">...
'; } echo ''; }