fix typo
This commit is contained in:
		
							parent
							
								
									8fca61635a
								
							
						
					
					
						commit
						0409e8bedd
					
				| 
						 | 
					@ -117,7 +117,7 @@
 | 
				
			||||||
	$files = glob('epub/*');
 | 
						$files = glob('epub/*');
 | 
				
			||||||
	foreach ($files as $file)
 | 
						foreach ($files as $file)
 | 
				
			||||||
	{
 | 
						{
 | 
				
			||||||
		echo '<a href="' . $file '.">' . $file . '</a><br>';
 | 
							echo '<a href="' . $file . '">' . $file . '</a><br>';
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
?>
 | 
					?>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue