Fix float display
This commit is contained in:
		
							parent
							
								
									71c8858fcd
								
							
						
					
					
						commit
						633f6f9b39
					
				
					 2 changed files with 6 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -24,7 +24,7 @@ echo '<a href="downloads/' . htmlspecialchars($latest) . '/youtube-dl.exe">youtu
 | 
			
		|||
echo '<a href="downloads/' . htmlspecialchars($latest) . '/youtube-dl-' . htmlspecialchars($latest) . '.tar.gz">youtube-dl-' . htmlspecialchars($latest) . '.tar.gz</a>';
 | 
			
		||||
echo '</div>';
 | 
			
		||||
 | 
			
		||||
echo '<ul>';
 | 
			
		||||
echo '<ul class="all-versions">';
 | 
			
		||||
foreach ($versions as $version) {
 | 
			
		||||
    echo '<li><a href="downloads/' . htmlspecialchars($version) . '">' . htmlspecialchars($version) . '</a></li>';
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue