Mercurial > hg > soundsoftware-site
annotate .svn/pristine/4c/4c80479416efc8fc2b56e2f6a51084fb339ddfb7.svn-base @ 1524:82fac3dcf466 redmine-2.5-integration
Fix failure to interpret Javascript when autocompleting members for project
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Thu, 11 Sep 2014 10:24:38 +0100 |
parents | cbb26bc654de |
children |
rev | line source |
---|---|
Chris@909 | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" |
Chris@909 | 2 "http://www.w3.org/TR/html4/loose.dtd"> |
Chris@909 | 3 <html> |
Chris@909 | 4 <title>Redmine 500 error</title> |
Chris@909 | 5 <style> |
Chris@909 | 6 body{ |
Chris@909 | 7 font-family: Trebuchet MS,Georgia,"Times New Roman",serif; |
Chris@909 | 8 color:#303030; |
Chris@909 | 9 margin:10px; |
Chris@909 | 10 } |
Chris@909 | 11 h1{ |
Chris@909 | 12 font-size:1.5em; |
Chris@909 | 13 } |
Chris@909 | 14 p{ |
Chris@909 | 15 font-size:0.8em; |
Chris@909 | 16 } |
Chris@909 | 17 </style> |
Chris@909 | 18 <body> |
Chris@909 | 19 <h1>Internal error</h1> |
Chris@909 | 20 <p>An error occurred on the page you were trying to access.<br /> |
Chris@909 | 21 If you continue to experience problems please contact your Redmine administrator for assistance.</p> |
Chris@909 | 22 <p>If you are the Redmine administrator, check your log files for details about the error.</p> |
Chris@909 | 23 <p><a href="javascript:history.back()">Back</a></p> |
Chris@909 | 24 </body> |
Chris@909 | 25 </html> |