mirror of https://github.com/apache/lucene.git
stop trying to point at favicon.ico with absolute path
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@673168 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5d79d6bfe9
commit
bd9fa2fff7
|
@ -34,8 +34,8 @@
|
|||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="solr-admin.css"></link>
|
||||
<link rel="icon" href="/favicon.ico" type="image/ico"></link>
|
||||
<link rel="shortcut icon" href="/favicon.ico" type="image/ico"></link>
|
||||
<link rel="icon" href="favicon.ico" type="image/ico"></link>
|
||||
<link rel="shortcut icon" href="favicon.ico" type="image/ico"></link>
|
||||
<title>SOLR Info</title>
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
@ -34,8 +34,8 @@
|
|||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="solr-admin.css"></link>
|
||||
<link rel="icon" href="/favicon.ico" type="image/ico"></link>
|
||||
<link rel="shortcut icon" href="/favicon.ico" type="image/ico"></link>
|
||||
<link rel="icon" href="favicon.ico" type="image/ico"></link>
|
||||
<link rel="shortcut icon" href="favicon.ico" type="image/ico"></link>
|
||||
<title>Solr Admin: Logging</title>
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
@ -34,8 +34,8 @@
|
|||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="solr-admin.css"></link>
|
||||
<link rel="icon" href="/favicon.ico" type="image/ico"></link>
|
||||
<link rel="shortcut icon" href="/favicon.ico" type="image/ico"></link>
|
||||
<link rel="icon" href="favicon.ico" type="image/ico"></link>
|
||||
<link rel="shortcut icon" href="favicon.ico" type="image/ico"></link>
|
||||
<title>Solr Admin: Ping</title>
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
@ -36,8 +36,8 @@
|
|||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="solr-admin.css"></link>
|
||||
<link rel="icon" href="/favicon.ico" type="image/ico"></link>
|
||||
<link rel="shortcut icon" href="/favicon.ico" type="image/ico"></link>
|
||||
<link rel="icon" href="favicon.ico" type="image/ico"></link>
|
||||
<link rel="shortcut icon" href="favicon.ico" type="image/ico"></link>
|
||||
<title>SOLR Info</title>
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
@ -43,8 +43,8 @@
|
|||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="solr-admin.css"></link>
|
||||
<link rel="icon" href="/favicon.ico" type="image/ico"></link>
|
||||
<link rel="shortcut icon" href="/favicon.ico" type="image/ico"></link>
|
||||
<link rel="icon" href="favicon.ico" type="image/ico"></link>
|
||||
<link rel="shortcut icon" href="favicon.ico" type="image/ico"></link>
|
||||
<title><xsl:value-of select="$title"/></title>
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
@ -37,8 +37,8 @@
|
|||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="solr-admin.css"></link>
|
||||
<link rel="icon" href="/favicon.ico" type="image/ico"></link>
|
||||
<link rel="shortcut icon" href="/favicon.ico" type="image/ico"></link>
|
||||
<link rel="icon" href="favicon.ico" type="image/ico"></link>
|
||||
<link rel="shortcut icon" href="favicon.ico" type="image/ico"></link>
|
||||
<title>SOLR Search Results</title>
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
@ -34,8 +34,8 @@
|
|||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="solr-admin.css"></link>
|
||||
<link rel="icon" href="/favicon.ico" type="image/ico"></link>
|
||||
<link rel="shortcut icon" href="/favicon.ico" type="image/ico"></link>
|
||||
<link rel="icon" href="favicon.ico" type="image/ico"></link>
|
||||
<link rel="shortcut icon" href="favicon.ico" type="image/ico"></link>
|
||||
<title>SOLR Info</title>
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Reference in New Issue