From 01d62b7aeac1bdd140f5cc59613ed0d4c5fcd219 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Thu, 12 Sep 2019 19:45:24 +0200 Subject: [PATCH] Removed escape characters no longer needed in templates --- module/Core/templates/error/error.phtml | 2 +- module/Core/templates/invalid-short-code.phtml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/module/Core/templates/error/error.phtml b/module/Core/templates/error/error.phtml index 07ecbb20..77108f26 100644 --- a/module/Core/templates/error/error.phtml +++ b/module/Core/templates/error/error.phtml @@ -18,7 +18,7 @@

-

'This short URL doesn\'t seem to be valid.

+

'This short URL doesn't seem to be valid.

'Make sure you included all the characters, with no extra punctuation.

end() ?> diff --git a/module/Core/templates/invalid-short-code.phtml b/module/Core/templates/invalid-short-code.phtml index ffee23f8..a435ba0b 100644 --- a/module/Core/templates/invalid-short-code.phtml +++ b/module/Core/templates/invalid-short-code.phtml @@ -14,6 +14,6 @@ start('main') ?>

Oops!


-

This short URL doesn\'t seem to be valid.

+

This short URL doesn't seem to be valid.

Make sure you included all the characters, with no extra punctuation.

end() ?>