fix placement of help text

This commit is contained in:
ljm42
2018-01-31 20:44:26 -08:00
committed by GitHub
parent d8cf06c1ee
commit b917b3f809
@@ -194,10 +194,11 @@ Docker LOG number of files:
<?=mk_option($dockercfg['DOCKER_LOG_FILES'], '2', '2')?>
<?=mk_option($dockercfg['DOCKER_LOG_FILES'], '3', '3')?>
</select>
</div>
> Specifies the number of LOG files when LOG rotation is done.
</div>
Template Authoring Mode:
: <select id="DOCKER_AUTHORING_MODE" name="DOCKER_AUTHORING_MODE" class="narrow">
<?=mk_option($dockercfg['DOCKER_AUTHORING_MODE'], 'no', 'No')?>