Compare commits
	
		
			2 Commits
		
	
	
		
			2c409a60c6
			...
			eb6fc55f3a
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| eb6fc55f3a | |||
| 0c665a4911 | 
| 
						 | 
				
			
			@ -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";
 | 
			
		||||
   }
 | 
			
		||||
| 
						 | 
				
			
			@ -184,7 +184,7 @@ for ( $i=1; $i<=$total; $i++ ) {
 | 
			
		|||
$htime = microtime_float() - $htime;
 | 
			
		||||
?>
 | 
			
		||||
<!-- </div> -->
 | 
			
		||||
<div id='debug' class='debug'>
 | 
			
		||||
<div id='debug' class='debug'></div>
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
</body>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user