A few minor optimizations

This commit is contained in:
Daniel Winzen
2020-10-15 19:15:23 +02:00
parent 9652d30c51
commit fe9971e979
5 changed files with 8 additions and 6 deletions

View File

@ -14,7 +14,7 @@ echo '<!DOCTYPE html><html><head>';
echo "<title>$I[admintitle]</title>";
echo '<meta http-equiv="Content-Type" content="text/html; charset=utf-8">';
echo '<meta name=viewport content="width=device-width, initial-scale=1">';
echo '<style type="text/css">.red{color:red;} .green{color:green;}</style>';
echo '<style type="text/css">.red{color:red} .green{color:green}</style>';
echo '</head><body>';
echo "<h1>$I[admintitle]</h1>";
print_langs();