MDL-44207 theme_nimble: fix incorrect tab.

This commit is contained in:
Eloy Lafuente (stronk7) 2014-02-19 01:23:59 +01:00
parent 22e4df8e63
commit bf9c946eef

View File

@ -39,7 +39,7 @@ function nimble_process_css($css, $theme) {
}
$css = nimble_set_linkcolor($css, $linkcolor);
// Set the link hover color.
// Set the link hover color.
if (!empty($theme->settings->linkhover)) {
$linkhover = $theme->settings->linkhover;
} else {
@ -107,4 +107,4 @@ function nimble_set_backgroundcolor($css, $backgroundcolor) {
}
$css = str_replace($tag, $replacement, $css);
return $css;
}
}