summaryrefslogtreecommitdiff
path: root/htroot/proxymsg/unknownHost.inc
diff options
context:
space:
mode:
authorlow012 <low012@6c8d7289-2bf4-0310-a012-ef5d649a1542>2008-01-01 23:03:02 +0000
committerlow012 <low012@6c8d7289-2bf4-0310-a012-ef5d649a1542>2008-01-01 23:03:02 +0000
commitae6d07bdb8ee974b0f2e29e586da91187c9789c6 (patch)
tree3e42017d50c8a0758e1cb05d3981169d0a8f0ecb /htroot/proxymsg/unknownHost.inc
parent408cb7a29be4c2c58f52532db5f925be980a6a21 (diff)
*) "Did you mean:" will only be displayed if the list of suggested URLs is not empty.
*) Removed <hr /> to make the "404 Unknown Host" error pag look like the other 404 error pages. git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4298 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/proxymsg/unknownHost.inc')
-rw-r--r--htroot/proxymsg/unknownHost.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/htroot/proxymsg/unknownHost.inc b/htroot/proxymsg/unknownHost.inc
index d77fbcf23..6322793ed 100644
--- a/htroot/proxymsg/unknownHost.inc
+++ b/htroot/proxymsg/unknownHost.inc
@@ -5,9 +5,10 @@
}
--></style>
- <hr />
<p>The server <b>#[hostName]#</b> could not be found.</p>
+ #(showList)#::
<p>Did you mean:</p>
+ #(/showList)#
<ul class="tagList">#{list}#
<li><a class="hostPort" href="http://#[hostName]#:#[hostPort]##[hostPath]##[hostArgs]#">#[hostName]#</a></li>#{/list}#
</ul>