diff options
-rw-r--r-- | themes/marvin/marvin.theme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/marvin/marvin.theme b/themes/marvin/marvin.theme index 6cf3df084..6226e4f11 100644 --- a/themes/marvin/marvin.theme +++ b/themes/marvin/marvin.theme @@ -3,7 +3,7 @@ function marvin_help($section) { - $ouptout = ""; + $output = ""; switch ($section) { case 'admin/system/themes#description': |