From eb6fc55f3aca9ccb8e78da41cdc73bd3a3ff999a Mon Sep 17 00:00:00 2001 From: Junior Date: Fri, 18 Aug 2023 15:26:09 -0400 Subject: [PATCH] Remove no longer needed ID on issue div tag --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 64fe122..6cc24c3 100644 --- a/index.php +++ b/index.php @@ -176,7 +176,7 @@ for ( $i=1; $i<=$total; $i++ ) { if ( in_array($items[$i-1], $issues) ) $classmod=" readborder"; $relcomic = trim(base64_encode($compath . "/" . $items[$i-1]), "="); $thumburl = htmlentities($thumb, ENT_QUOTES); - echo "
"; + echo "
"; echo "
"; echo "{$comname}
\n"; }