diff --git a/cis/private/profile/urlaubstool.php b/cis/private/profile/urlaubstool.php
index 658526053..6bd5c4db6 100644
--- a/cis/private/profile/urlaubstool.php
+++ b/cis/private/profile/urlaubstool.php
@@ -378,7 +378,7 @@ if($resturlaub->load($uid))
$mehrarbeitsstunden = $resturlaub->mehrarbeitsstunden;
$anspruch = $resturlaub->urlaubstageprojahr;
}
-$content_resturlaub.="
| Anspruch | $anspruch Tage | |
";
+$content_resturlaub.="| Anspruch | $anspruch Tage |
";
$content_resturlaub.="| + Resturlaub | $resturlaubstage Tage |
";
$gebuchterurlaub=0;
//Urlaub berechnen
@@ -394,7 +394,7 @@ $gebuchterurlaub = $row->anzahltage;
if($gebuchterurlaub=='')
$gebuchterurlaub=0;
$content_resturlaub.="| - aktuell gebuchter Urlaub | $gebuchterurlaub Tage | ";
-$content_resturlaub .=" |
";
+$content_resturlaub .=" | ";
$content_resturlaub.="| aktueller Stand | ".($anspruch+$resturlaubstage-$gebuchterurlaub)." Tage |
";
$content_resturlaub.="
";