diff options
| author | theli <theli@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2005-06-13 07:50:35 +0000 |
|---|---|---|
| committer | theli <theli@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2005-06-13 07:50:35 +0000 |
| commit | c7d294d8d4f6ebca1e8815acaa1ca218d3ed072d (patch) | |
| tree | 8998dbbc097aa4bb71b08e7a45ba6f48ff942ea1 /htroot/proxymsg/error.html | |
| parent | 6dd3ec0dc4c10028a7458c7109a8b6fbec697d03 (diff) | |
*) Bugfix for:
- 302 redirection Problem on Amazon Server
- Wrong References in proxymsg/error.html
See: http://www.yacy-forum.de/viewtopic.php?t=515
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@271 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/proxymsg/error.html')
| -rw-r--r-- | htroot/proxymsg/error.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/htroot/proxymsg/error.html b/htroot/proxymsg/error.html index d0eed2b3c..dfc1a087a 100644 --- a/htroot/proxymsg/error.html +++ b/htroot/proxymsg/error.html @@ -7,7 +7,10 @@ <meta name="keywords" content="yacy proxy error message">
<meta name="description" content="YaCy proxy error message">
<meta name="copyright" content="Michael Christen">
+
+<base href="http://#[host]#:#[port]#/">
<link rel="stylesheet" media="all" href="/env/style.css">
+
<!-- (C), Architecture and Realisation: Michael Peter Christen; Contact: mc <at> anomic.de -->
</head>
@@ -32,7 +35,7 @@ </table>
<br><br>
-<table border="0" cellspacing="0" cellpadding="0" style="margin-left: auto; margin-right: auto; margin-top: 5em;">
+<table border="0" cellspacing="0" cellpadding="0" style="margin-left: 5em; margin-right: 5em; margin-top: 5em;">
<tr>
<td>
<p>
@@ -66,7 +69,7 @@ ::
<tr>
<td>
- <code><font color="red">#[stacktrace]#</font></code>
+ <font color="red"><code>#[stacktrace]#</code></font>
</td>
</tr>
#(/printStackTrace)#
|
