Ran PHPCBF over PHP files.

This commit is contained in:
2019-08-15 00:12:15 +02:00
committed by Stefan Rohde-Enslin
parent 42eb9fdd5e
commit d1f9982dc3
3 changed files with 8 additions and 4 deletions

View File

@ -62,4 +62,3 @@ $content = str_replace("\\today", date("Y-m-d", filemtime(__DIR__ . "/$sourceFol
echo printHTMLPage("about:" . $title, $content, $lang, $availableLangs, "", $sourceFile);
?>