Browse Source

SEC-970: Corrected link in docbook html banner

2.0.x
Luke Taylor 18 years ago
parent
commit
09c70bb28e
  1. 2
      src/docbkx/resources/xsl/html_chunk.xsl

2
src/docbkx/resources/xsl/html_chunk.xsl

@ -73,7 +73,7 @@
<!-- let's have a Spring and SpringSource banner across the top of each page --> <!-- let's have a Spring and SpringSource banner across the top of each page -->
<xsl:template name="user.header.navigation"> <xsl:template name="user.header.navigation">
<div style="background-color:white;border:none;height:73px;border:1px solid black;"> <div style="background-color:white;border:none;height:73px;border:1px solid black;">
<a style="border:none;" href="http://static.springframework.org/spring-ws/site/" <a style="border:none;" href="http://static.springframework.org/spring-security/site/"
title="The Spring Framework - Spring Web Services"> title="The Spring Framework - Spring Web Services">
<img style="border:none;" src="images/xdev-spring_logo.jpg"/> <img style="border:none;" src="images/xdev-spring_logo.jpg"/>
</a> </a>

Loading…
Cancel
Save