src: whitespace sweep

This commit is contained in:
Franco Fichtner 2015-07-06 15:41:47 +02:00
parent cc451682da
commit b19a6f52c8
2 changed files with 3 additions and 3 deletions

View File

@ -16,8 +16,8 @@
<HighAvailSync VisibleName="High Availability" url="/system_hasync.php"/>
<Routing url="/system_gateways.php">
<Routes url="/system_routes.php"/>
<GatewayGroups url="/system_gateway_groups.php"/>
<Routes url="/system_routes.php"/>
<GatewayGroups url="/system_gateway_groups.php"/>
</Routing>
<Settings url="/system_general.php">

View File

@ -8,7 +8,7 @@ function system_get_language_code() {
if (isset($config['system']['language'])) {
$language = $config['system']['language'];
$code = str_replace("_", "-", $language);
}
}
return $code;
}