From bf9c946eef50ddbb7b3eba58aa61fba345b9934b Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Wed, 19 Feb 2014 01:23:59 +0100 Subject: [PATCH] MDL-44207 theme_nimble: fix incorrect tab. --- theme/nimble/lib.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme/nimble/lib.php b/theme/nimble/lib.php index 3f98ab0915d..a6f9c81c9b0 100644 --- a/theme/nimble/lib.php +++ b/theme/nimble/lib.php @@ -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; -} \ No newline at end of file +} -- 2.43.0