Skip to content

Commit

Permalink
Issue #2147321 by manfer: Fixed Unnecessary space in session-active c…
Browse files Browse the repository at this point in the history
…lass.
  • Loading branch information
DavidRothstein committed Nov 5, 2014
1 parent 28c34e9 commit 6cf3889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/locale.inc
Expand Up @@ -398,7 +398,7 @@ function locale_language_switcher_session($type, $path) {
$links[$langcode]['query'][$param] = $langcode;
}
else {
$links[$langcode]['attributes']['class'][] = ' session-active';
$links[$langcode]['attributes']['class'][] = 'session-active';
}
}

Expand Down

0 comments on commit 6cf3889

Please sign in to comment.