Fix issue #11 part 2

This commit is contained in:
Tobias Herre 2021-11-24 10:57:39 +01:00
parent 809e888807
commit 5bdfadb80e
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
</h1>
<p>
<?php echo _("Du möchtest dir Kosten erstatten lassen, welche im Rahmen deines Projektes entstanden sind?")?><BR>
<?php echo _("Bitte fülle dieses Formular aus. Pflichtfelder sind mit einem * gekennzeichnet.")?><BR>
<?php echo _("Bitte fülle dieses Formular aus. Pflichtfelder sind mit einem * gekennzeichnet.")?><BR><BR>
<?php
$ct = @file_get_contents( "./locale/$loc1/h1.php");
if ($ct==false)