From 1d7e044cd8ee20453f1a13c1e026719de0a80031 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Tue, 7 Jul 2015 09:19:02 +0200 Subject: [PATCH] added missing inflate/expand functionality to the planets addon --- planets/planets.php | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/planets/planets.php b/planets/planets.php index 72698cb9..e0089bfd 100755 --- a/planets/planets.php +++ b/planets/planets.php @@ -146,8 +146,13 @@ function planets_settings(&$a,&$s) { /* Add some HTML to the existing form */ - $s .= '
'; + $s .= ''; $s .= '

' . t('Planets Settings') . '

'; + $s .= '
'; + $s .= ''; }