changeset 409:6fa99c92e40a

Regenerated.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 13 Feb 2012 12:24:04 +0000
parents 202e4424cab8
children e766fa4c2dbb
files xslt/menu.xslt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/xslt/menu.xslt	Mon Feb 13 12:23:39 2012 +0000
+++ b/xslt/menu.xslt	Mon Feb 13 12:24:04 2012 +0000
@@ -86,7 +86,7 @@
       </xsl:if>
    </xsl:template>
 
-   <xsl:template match="menu/item[starts-with(@href, 'http://')]">
+   <xsl:template match="menu/item[starts-with(@href, 'http://') or starts-with(@href, 'https://')]">
 
       <a href="{@href}">
          <xsl:value-of select=" normalize-space(text())"/>