Adjust links and resolve issues with german umlauts.
This commit is contained in:
@@ -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>';
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user