diff options
Diffstat (limited to 'htdocs')
-rw-r--r-- | htdocs/deletepost.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/htdocs/deletepost.php b/htdocs/deletepost.php index 50d35c5..7ffc1fc 100644 --- a/htdocs/deletepost.php +++ b/htdocs/deletepost.php @@ -40,9 +40,9 @@ if (isset($_GET['confirmed'])) { echo "<p>Are you sure you want to remove your posting titled " . $post->getName() ."?</p>"; echo "<p><a href=\"". $_SERVER['REQUEST_URI'] - ."&confirmed\">Yes, delete it</a> "; - echo "<a href=\"". $GLOBALS['CONFIG']['urlroot'] - ."\">No, do not delete</a></p>"; + ."&confirmed\">Yes, delete it.</a></p>"; + echo "<p><a href=\"". $GLOBALS['CONFIG']['urlroot'] + ."\">No, do not delete it.</a></p>"; } require_once "src/footer.inc.php"; |