Adjust links and resolve issues with german umlauts.

This commit is contained in:
2023-12-28 15:23:55 +01:00
parent 679257d709
commit d7858e4286
25 changed files with 65 additions and 64 deletions

View File

@@ -14,7 +14,7 @@ if (!isset($_POST['Speichern'])) {
<input type="hidden" name="id" value="<?php echo $_POST['Titel']; ?>"/>
<input type="hidden" name="file" value="<?php echo $file; ?>"/>
<br/>
<input type="submit" name="Speichern" value="L<EFBFBD>schen"/>
<input type="submit" name="Speichern" value="Löschen"/>
</form>
<?php
@@ -31,7 +31,7 @@ if (!isset($_POST['Speichern'])) {
} else {
echo "Fehler beim L<>schen";
}
echo '<a href="index.php?section=fotos&t=bilder">Zur<EFBFBD>ck zur <EFBFBD>bersicht</a>';
echo '<a href="index.php?section=fotos&t=bilder">Zurück zur Übersicht</a>';
}
?>