Remove no longer needed ID on issue div tag
This commit is contained in:
parent
0c665a4911
commit
eb6fc55f3a
|
@ -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 "<div class='item{$classmod}' id='", $relcomic, "'>";
|
||||
echo "<div class='item{$classmod}'>";
|
||||
echo "<img class='issue' data-relcomic=\"{$relcomic}\" data-comname=\"" . htmlspecialchars($comname, ENT_QUOTES) . "\" border=0 src='$thumburl'><br clear=all />";
|
||||
echo "<a href='downloadcomic.php?comic={$relcomic}'>{$comname}</a></div>\n";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user