Przeglądaj źródła

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 lat temu
rodzic
commit
ef84c4a18d
1 zmienionych plików z 1 dodań i 1 usunięć
  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";