Commit 7060c597966b23fda062826f329ba51688731912
1 parent
de1f00b6
Exists in
master
and in
28 other branches
Fixing HTML in 503 error page
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
public/503.html
... | ... | @@ -9,7 +9,6 @@ |
9 | 9 | <script type='text/javascript' src='/javascripts/prototype.js'></script> |
10 | 10 | <script type='text/javascript' src='/javascripts/errors.js'></script> |
11 | 11 | </head> |
12 | -<body> | |
13 | 12 | <body onload='display_error_message()'> |
14 | 13 | <div id='wrap'> |
15 | 14 | <div id='header'> | ... | ... |