Author: kpreisser Date: Wed Jan 27 19:58:09 2016 New Revision: 1727169 URL: http://svn.apache.org/viewvc?rev=1727169&view=rev Log: Fix tabs -> spaces.
Modified: tomcat/site/trunk/xdocs/stylesheets/tomcat-site.xsl Modified: tomcat/site/trunk/xdocs/stylesheets/tomcat-site.xsl URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/stylesheets/tomcat-site.xsl?rev=1727169&r1=1727168&r2=1727169&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/stylesheets/tomcat-site.xsl (original) +++ tomcat/site/trunk/xdocs/stylesheets/tomcat-site.xsl Wed Jan 27 19:58:09 2016 @@ -96,7 +96,7 @@ <xsl:variable name="src-asf-logo"> <xsl:value-of select="$relative-path"/><xsl:value-of select="$asf-logo"/> </xsl:variable> - <div style="height: 1px;"/> + <div style="height: 1px;"/> <div class="asfLogo noPrint"><a href="http://www.apache.org/"; target="_blank"><img src="{$src-asf-logo}" alt="The Apache Software Foundation" style="width: 205px; height: 83px; margin-right: 15px;"/></a></div> <h1 style="margin-top: 35px;"><xsl:value-of select="$project/title"/></h1> <div style="clear: right;"/> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org