remove some spaces in html output

This commit is contained in:
Uwe Steinmann 2017-12-04 11:08:59 +01:00
parent 552a74ba9f
commit 3e7f22fd69

View File

@ -737,7 +737,7 @@ if(!is_writeable($settings->_configFilePath)) {
<?php
foreach(array('fulltext', 'preview', 'pdf') as $target) {
?>
<tr ><td><b> <?php printMLText($target."_converters");?></b></td> </tr>
<tr><td><b><?php printMLText($target."_converters");?></b></td></tr>
<?php
foreach($settings->_converters[$target] as $mimetype=>$cmd) {
?>