diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2010-09-17 10:20:04 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2010-09-17 10:20:04 +0000 |
| commit | 37baa8bae335ae4d57c21cffa549fbfb2f2302f5 (patch) | |
| tree | 4a9d56c67726acbc1ca6fe6cdb014034d4db3e18 /htroot/proxymsg/error.html | |
| parent | 29fe401f93c58e35ebcc031d4d590e6d0771d6e4 (diff) | |
- fixes for concurrency exceptions and failed database integrity verification
- added link to yacystats peer when peer is more than one day old
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7164 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/proxymsg/error.html')
| -rw-r--r-- | htroot/proxymsg/error.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htroot/proxymsg/error.html b/htroot/proxymsg/error.html index 496e149d3..2ccb15555 100644 --- a/htroot/proxymsg/error.html +++ b/htroot/proxymsg/error.html @@ -6,10 +6,10 @@ </head>
<body id="error">
<div class="head">
- <h1 class="head">YaCy - Distributed Web Indexing - Administration</h1>
+ <h3 class="head">YaCy</h3>
</div>
<div class="content">
- <h2>Problems with request: <span class="settingsValue">#[requestMethod]# #[requestURL]#</span></h2>
+ <p>request: <span class="settingsValue">#[requestMethod]# #[requestURL]#</span></p>
<p class="tt">#[httpStatus]#</p>
#(errorMessageType)#
<!-- 0 --><p><strong>unspecified error</strong></p>
|
