Hallo,
woher kommt dieser Abstand?
im Quellcode sehe ich keinen Fehler
<div style="margin-bottom: 1em;">
<span class="text_abstand">Start: </span>
$array_b =explode("-",$datum_von);
$tagU = $array_b[2];
$monatU = $array_b[1];
$jahrU = $array_b[0];
$SystemStartUser = $tag.".".$monat.".".$jahr; ?>
<span><?php echo $SystemStartUser ?></span>
</div>