Tippfehler ausgebessert

This commit is contained in:
Manfred Kindl
2012-04-20 14:54:19 +00:00
parent 0f6d189a2e
commit 955100b414
+1 -1
View File
@@ -299,7 +299,7 @@ elseif($format=='ical')
// Print in HTML-File
else
{
echo '<P class="dont-print">'.$p->t('lvlplan/fehlerUndFeedback').' <A class="Item" href="mailto:'.MAIL_LVPLAN.'">'.$p->t('lvplan/lvKoordinationsstelle').'</A></P>';
echo '<P class="dont-print">'.$p->t('lvplan/fehlerUndFeedback').' <A class="Item" href="mailto:'.MAIL_LVPLAN.'">'.$p->t('lvplan/lvKoordinationsstelle').'</A></P>';
echo '</body></html>';
}
?>