diff options
Diffstat (limited to 'ru_RU.KOI8-R/htdocs/search/index-site.xsl')
-rw-r--r-- | ru_RU.KOI8-R/htdocs/search/index-site.xsl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ru_RU.KOI8-R/htdocs/search/index-site.xsl b/ru_RU.KOI8-R/htdocs/search/index-site.xsl index dd52734632..8d019d9c22 100644 --- a/ru_RU.KOI8-R/htdocs/search/index-site.xsl +++ b/ru_RU.KOI8-R/htdocs/search/index-site.xsl @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="koi8-r"?> <!DOCTYPE xsl:stylesheet PUBLIC "-//FreeBSD//DTD FreeBSD XSLT 1.0 DTD//EN" - "http://www.FreeBSD.org/XML/www/share/sgml/xslt10-freebsd.dtd" [ + "http://www.FreeBSD.org/XML/www/share/xml/xslt10-freebsd.dtd" [ <!ENTITY title "Карта сервера"> ]> @@ -18,8 +18,8 @@ xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/1999/xhtml"> - <xsl:import href="http://www.FreeBSD.org/XML/www/share/sgml/libcommon.xsl"/> - <xsl:import href="http://www.FreeBSD.org/XML/www/share/sgml/xhtml.xsl"/> + <xsl:import href="http://www.FreeBSD.org/XML/www/share/xml/libcommon.xsl"/> + <xsl:import href="http://www.FreeBSD.org/XML/www/share/xml/xhtml.xsl"/> <xsl:key name="indexLetter" match="term" use="translate(substring(text, 1, 1), $lowercase, $uppercase)"/> |