mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-11 09:43:13 +08:00
Removed escape characters no longer needed in templates
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
<?php if ($status !== 404): ?>
|
||||
<p><?= sprintf('We encountered a %s %s error.', $status, $reason) ?></p>
|
||||
<?php else: ?>
|
||||
<p>'This short URL doesn\'t seem to be valid.</p>
|
||||
<p>'This short URL doesn't seem to be valid.</p>
|
||||
<p>'Make sure you included all the characters, with no extra punctuation.</p>
|
||||
<?php endif; ?>
|
||||
<?php $this->end() ?>
|
||||
|
||||
Reference in New Issue
Block a user