Orthograph

This commit is contained in:
Phyks 2014-06-03 14:41:21 +02:00
parent fb015ee4db
commit 3d712cfed6
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ if(!empty($_POST['url'])) {
// Echoes the result
$new_url = BASE_URL.'/?'.$short;
?>
<p>Your shorten URL:<br/>
<p>Your shortened URL:<br/>
<strong><a href="<?php echo $new_url ?>"><?php echo $new_url; ?></a></strong>
</p>
<p>Short link for: <?php echo '<a href="'.$url.'">'.$url.'</a>'; ?></p>