From: Dylan Thiedeke Date: Tue, 7 Jul 2015 22:28:32 +0000 (+1000) Subject: Add HTML code to planets.php as requested to match spec X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=946602e3d9d3127a1b8b2e4e1e5a7fc4036a0b6b;p=friendica-addons.git Add HTML code to planets.php as requested to match spec --- 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 */