##// END OF EJS Templates
remove trailing white space from test/fixtures/workflows.yml...
remove trailing white space from test/fixtures/workflows.yml git-svn-id: http://svn.redmine.org/redmine/trunk@16339 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r12915:3540f572924b
r15957:7816a4025a03 master
Show More
500.html
19 lines | 648 B | text/html | HtmlLexer
Jean-Philippe Lang
HTML5 conformance of error pages (#15381)....
r12077 <!DOCTYPE html>
Jean-Philippe Lang
Initial commit...
r2 <html>
Jean-Philippe Lang
HTML5 conformance of error pages (#15381)....
r12077 <head>
<meta charset="utf-8" />
<title>Redmine 500 error</title>
<style>
Jean-Philippe Lang
Fix Invalid CSS on Error-Pages (#17206)....
r12915 body {font-family: "Trebuchet MS", Georgia, "Times New Roman", serif; color: #303030; margin: 10px;}
Jean-Philippe Lang
HTML5 conformance of error pages (#15381)....
r12077 h1 {font-size:1.5em;}
p {font-size:0.8em;}
</style>
</head>
Jean-Philippe Lang
Initial commit...
r2 <body>
Jean-Philippe Lang
* css modified...
r43 <h1>Internal error</h1>
<p>An error occurred on the page you were trying to access.<br />
Toshi MARUYAMA
change 'redMine' to 'Redmine' on error pages....
r5431 If you continue to experience problems please contact your Redmine administrator for assistance.</p>
Toshi MARUYAMA
add a suggestion for Redmine administrator on the 500 error page....
r5432 <p>If you are the Redmine administrator, check your log files for details about the error.</p>
Jean-Philippe Lang
* css modified...
r43 <p><a href="javascript:history.back()">Back</a></p>
Jean-Philippe Lang
Initial commit...
r2 </body>
Toshi MARUYAMA
change 'redMine' to 'Redmine' on error pages....
r5431 </html>