Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 503 → Rev 504

/trunk/setup/index.php
22,7 → 22,7
OIDplus::handleLangArgument();
 
echo '<!DOCTYPE html>';
echo '<html lang="en">';
echo '<html lang="'.substr(OIDplus::getCurrentLang(),0,2).'">';
 
echo '<head>';
echo ' <title>'._L('OIDplus Setup').'</title>';
29,6 → 29,7
echo ' <meta name="robots" content="noindex">';
echo ' <meta name="viewport" content="width=device-width, initial-scale=1.0">';
echo ' <link rel="stylesheet" href="setup.min.css.php">';
echo ' <link rel="shortcut icon" type="image/x-icon" href="../favicon.ico.php">';
echo ' <script src="setup.min.js.php" type="text/javascript"></script>';
echo '</head>';