X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=functions%2Foptions.php;h=0137114c74023db4f98de46ff78893bb7a46e2aa;hb=ead50b42b38e393c2f25ac29042324ef32657939;hp=834ef3a1272ca39a72df2f58de3de0ca52c866a0;hpb=88cb1b4d2ebd3e74fcee1d756df4e420da8bdf09;p=squirrelmail.git diff --git a/functions/options.php b/functions/options.php index 834ef3a1..0137114c 100644 --- a/functions/options.php +++ b/functions/options.php @@ -389,10 +389,10 @@ function print_option_groups($option_groups) { if ($next_optgrp['name'] != '') { echo '' . $next_optgrp['name'] - . "\n"; - } - - /* Print each option in this option group. */ + . "\n"; + } + + /* Print each option in this option group. */ foreach ($next_optgrp['options'] as $option) { if ($option->type != SMOPT_TYPE_HIDDEN) { echo "\n"; @@ -404,8 +404,8 @@ function print_option_groups($option_groups) { echo $option->createHTMLWidget(); } } - - /* Print an empty row after this option group. */ + + /* Print an empty row after this option group. */ echo " \n"; } }