Compare commits

..

No commits in common. "eb6fc55f3aca9ccb8e78da41cdc73bd3a3ff999a" and "2c409a60c6a80333b03f98a6491677fcad73522e" have entirely different histories.

View File

@ -176,7 +176,7 @@ for ( $i=1; $i<=$total; $i++ ) {
if ( in_array($items[$i-1], $issues) ) $classmod=" readborder"; if ( in_array($items[$i-1], $issues) ) $classmod=" readborder";
$relcomic = trim(base64_encode($compath . "/" . $items[$i-1]), "="); $relcomic = trim(base64_encode($compath . "/" . $items[$i-1]), "=");
$thumburl = htmlentities($thumb, ENT_QUOTES); $thumburl = htmlentities($thumb, ENT_QUOTES);
echo "<div class='item{$classmod}'>"; echo "<div class='item{$classmod}' id='", $relcomic, "'>";
echo "<img class='issue' data-relcomic=\"{$relcomic}\" data-comname=\"" . htmlspecialchars($comname, ENT_QUOTES) . "\" border=0 src='$thumburl'><br clear=all />"; 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"; echo "<a href='downloadcomic.php?comic={$relcomic}'>{$comname}</a></div>\n";
} }
@ -184,7 +184,7 @@ for ( $i=1; $i<=$total; $i++ ) {
$htime = microtime_float() - $htime; $htime = microtime_float() - $htime;
?> ?>
<!-- </div> --> <!-- </div> -->
<div id='debug' class='debug'></div> <div id='debug' class='debug'>
</div> </div>
</body> </body>