1
0
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:
Michael
2014-06-04 19:39:27 +02:00
parent 658b07ce3d
commit 5bfef25e70
63 changed files with 765 additions and 764 deletions

View File

@@ -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>";
}
}