mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-26 02:40:41 -06:00
Removed escape characters no longer needed in templates
This commit is contained in:
parent
bd97804ca6
commit
01d62b7aea
@ -18,7 +18,7 @@
|
|||||||
<?php if ($status !== 404): ?>
|
<?php if ($status !== 404): ?>
|
||||||
<p><?= sprintf('We encountered a %s %s error.', $status, $reason) ?></p>
|
<p><?= sprintf('We encountered a %s %s error.', $status, $reason) ?></p>
|
||||||
<?php else: ?>
|
<?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>
|
<p>'Make sure you included all the characters, with no extra punctuation.</p>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<?php $this->end() ?>
|
<?php $this->end() ?>
|
||||||
|
@ -14,6 +14,6 @@
|
|||||||
<?php $this->start('main') ?>
|
<?php $this->start('main') ?>
|
||||||
<h1>Oops!</h1>
|
<h1>Oops!</h1>
|
||||||
<hr>
|
<hr>
|
||||||
<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>
|
<p>Make sure you included all the characters, with no extra punctuation.</p>
|
||||||
<?php $this->end() ?>
|
<?php $this->end() ?>
|
||||||
|
Loading…
Reference in New Issue
Block a user