Commit 2bdedbd754066ce79252a22fec6179447adbf94d
1 parent
dce523c6
Exists in
staging
and in
42 other branches
Fix template for 503.html
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
public/503.html.erb
... | ... | @@ -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'> | ... | ... |