Commit b19a6f52 authored by Franco Fichtner's avatar Franco Fichtner

src: whitespace sweep

parent cc451682
......@@ -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">
......
......@@ -8,7 +8,7 @@ function system_get_language_code() {
if (isset($config['system']['language'])) {
$language = $config['system']['language'];
$code = str_replace("_", "-", $language);
}
}
return $code;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment