From f1ffedb2337c42153a06fa022afa7cd0a2d3ba9a Mon Sep 17 00:00:00 2001 From: Dmitriy Budnik Date: Thu, 21 Nov 2013 13:25:16 +0200 Subject: replace U+00A0 with whitespace --- railties/lib/rails/generators/rails/app/templates/public/404.html | 6 +++--- railties/lib/rails/generators/rails/app/templates/public/422.html | 6 +++--- railties/lib/rails/generators/rails/app/templates/public/500.html | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) (limited to 'railties/lib') diff --git a/railties/lib/rails/generators/rails/app/templates/public/404.html b/railties/lib/rails/generators/rails/app/templates/public/404.html index 7d99be2ecf..b612547fc2 100644 --- a/railties/lib/rails/generators/rails/app/templates/public/404.html +++ b/railties/lib/rails/generators/rails/app/templates/public/404.html @@ -58,10 +58,10 @@
-

The page you were looking for doesn't exist.

-

You may have mistyped the address or the page may have moved.

+

The page you were looking for doesn't exist.

+

You may have mistyped the address or the page may have moved.

-

If you are the application owner check the logs for more information.

+

If you are the application owner check the logs for more information.

diff --git a/railties/lib/rails/generators/rails/app/templates/public/422.html b/railties/lib/rails/generators/rails/app/templates/public/422.html index ee18eeb10c..a21f82b3bd 100644 --- a/railties/lib/rails/generators/rails/app/templates/public/422.html +++ b/railties/lib/rails/generators/rails/app/templates/public/422.html @@ -58,10 +58,10 @@
-

The change you wanted was rejected.

-

Maybe you tried to change something you didn't have access to.

+

The change you wanted was rejected.

+

Maybe you tried to change something you didn't have access to.

-

If you are the application owner check the logs for more information.

+

If you are the application owner check the logs for more information.

diff --git a/railties/lib/rails/generators/rails/app/templates/public/500.html b/railties/lib/rails/generators/rails/app/templates/public/500.html index e4161c3ce5..061abc587d 100644 --- a/railties/lib/rails/generators/rails/app/templates/public/500.html +++ b/railties/lib/rails/generators/rails/app/templates/public/500.html @@ -58,9 +58,9 @@
-

We're sorry, but something went wrong.

+

We're sorry, but something went wrong.

-

If you are the application owner check the logs for more information.

+

If you are the application owner check the logs for more information.

-- cgit v1.2.3