mirror of
https://github.com/danpros/htmly.git
synced 2026-04-20 20:46:26 +05:30
Update edit-content.html.php
This commit is contained in:
parent
7846f624a8
commit
b486a366d0
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ if (empty($oldtag)) {
|
||||||
$oldtag = $oldurl[1];
|
$oldtag = $oldurl[1];
|
||||||
}
|
}
|
||||||
|
|
||||||
$oldmd = $file_path['filename'];
|
$oldmd = str_replace('.md', '', $oldurl[2]);
|
||||||
|
|
||||||
if (isset($_GET['destination'])) {
|
if (isset($_GET['destination'])) {
|
||||||
$destination = _h($_GET['destination']);
|
$destination = _h($_GET['destination']);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue