]> git.openstreetmap.org Git - rails.git/commitdiff
Whitespace fixes for errors erb files
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 6 Mar 2019 09:54:13 +0000 (10:54 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 26 Mar 2019 20:23:35 +0000 (20:23 +0000)
app/views/errors/forbidden.html.erb
app/views/errors/not_found.html.erb

index 4c3fb30d21228dc464b8b33e28ee945b18f3972c..6901ec1d59fe2716693d60ae5e938f3f217a5df6 100644 (file)
@@ -1,3 +1,3 @@
-<h1>Forbidden</h1>  
+<h1>Forbidden</h1>
 <p>The operation you requested on the OpenStreetMap server is only available to administrators (HTTP 403)</p>
 <p>Feel free to <a href="http://wiki.openstreetmap.org/wiki/Contact" title="Various contact channels explained">contact</a> the OpenStreetMap community if you have found a broken link / bug. Make a note of the exact URL of your request.</p>
index 6ef39d0d523801f91b4ffca2da4023dfe49f6c2e..bf4744b5aa88757461cced075df4061f84ab9d92 100644 (file)
@@ -1,3 +1,3 @@
-<h1>File not found</h1>  
+<h1>File not found</h1>
 <p>Couldn't find a file/directory/API operation by that name on the OpenStreetMap server (HTTP 404)</p>
 <p>Feel free to <a href="http://wiki.openstreetmap.org/wiki/Contact" title="Various contact channels explained">contact</a> the OpenStreetMap community if you have found a broken link / bug. Make a note of the exact URL of your request.</p>