mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-11 20:21:16 +00:00
remove some spaces in html output
This commit is contained in:
parent
552a74ba9f
commit
3e7f22fd69
|
@ -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) {
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue
Block a user