瀏覽代碼

Fixed Trac #482: link to OpenSearch Xml page was broken

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@1606 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 13 年之前
父節點
當前提交
ef84c4a18d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      application/itopwebpage.class.inc.php

+ 1 - 1
application/itopwebpage.class.inc.php

@@ -623,7 +623,7 @@ EOF
             }
             echo "</style>\n";
         }
-		echo "<link rel=\"search\" type=\"application/opensearchdescription+xml\" title=\"iTop\" href=\"".utils::GetAbsoluteUrlAppRoot()."opensearch.xml.php\" />\n";
+		echo "<link rel=\"search\" type=\"application/opensearchdescription+xml\" title=\"iTop\" href=\"".utils::GetAbsoluteUrlAppRoot()."pages/opensearch.xml.php\" />\n";
         echo "</head>\n";
         echo "<body>\n";