mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Gary Williams
07.51.2011 780599c222c2149f828df21613a583e5886bc92d
opends/tests/staf-tests/shared/xsl/testspec-stylesheet.xsl
@@ -34,9 +34,9 @@
  <xsl:element name="html">
  
    <xsl:variable name="opends-url" select="'https://opends.dev.java.net/'"/>
    <xsl:variable name="opends-url" select="'http://www.forgerock.com/'"/>
    <xsl:variable name="opends-images" select="concat($opends-url,'public/images/')"/>
    <xsl:variable name="opends-logo" select="concat($opends-images,'opends_logo_sm.png')"/>
    <xsl:variable name="opends-logo" select="concat($opends-images,'opendj_logo.png')"/>
    <link rel="stylesheet" type="text/css" href="/branding/css/print.css" media="print"/>
@@ -89,7 +89,7 @@
                    <xsl:value-of select="$opends-logo"/>
                  </xsl:attribute>
                  <xsl:attribute name="alt">
                    <xsl:value-of select="'OpenDS Logo'"/>
                    <xsl:value-of select="'OpenDJ Logo'"/>
                  </xsl:attribute>
                  <xsl:attribute name="align">
                    <xsl:value-of select="'middle'"/>