From 946602e3d9d3127a1b8b2e4e1e5a7fc4036a0b6b Mon Sep 17 00:00:00 2001 From: Dylan Thiedeke Date: Wed, 8 Jul 2015 08:28:32 +1000 Subject: [PATCH] Add HTML code to planets.php as requested to match spec --- planets/planets.php | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/planets/planets.php b/planets/planets.php index 72698cb9..a64b2abb 100755 --- a/planets/planets.php +++ b/planets/planets.php @@ -146,12 +146,20 @@ function planets_settings(&$a,&$s) { /* Add some HTML to the existing form */ - $s .= '
'; + $s .= ''; + $s .= '

' . t('Planets') . '

'; + $s .= '
'; + $s .= ''; /* provide a submit button */