mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Kill off XHTML
Long live HTML5! =)
This commit is contained in:
@@ -200,7 +200,7 @@ if (count($found_formats) == 0) {
|
||||
|
||||
// Sizes required to be printed out (URL parameter or preferred language)
|
||||
if (isset($_GET['sizes']) || $preflang) {
|
||||
echo "<br /><small>Size: $fileinfo[1]Kb<br />Date: $fileinfo[2]</small>";
|
||||
echo "<br><small>Size: $fileinfo[1]Kb<br>Date: $fileinfo[2]</small>";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user