File: 02_style_xsl.dpatch

package info (click to toggle)
libapache-mod-jk 1%3A1.2.18-3
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 5,004 kB
  • ctags: 2,664
  • sloc: ansic: 20,014; sh: 8,643; xml: 7,304; perl: 617; makefile: 321; awk: 59
file content (30 lines) | stat: -rw-r--r-- 1,118 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#! /bin/sh /usr/share/dpatch/dpatch-run
## 02_style_xsl.dpatch by Arnaud Vandyck <avdyk@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: commented some errors in the stylesheet

@DPATCH@

--- ./xdocs/style.xsl~	2006-06-28 23:56:49.000000000 +0000
+++ ./xdocs/style.xsl	2006-08-02 12:59:51.000000000 +0000
@@ -77,15 +77,15 @@
           <img src="{$src}" align="left" alt="{$alt}" border="0"/>
         </a>
         <xsl:if test="project/logo">
-          <xsl:variable name="alt">
+          <!-- xsl:variable name="alt">
             <xsl:value-of select="project/logo"/>
-          </xsl:variable>
+          </xsl:variable -->
           <xsl:variable name="home">
             <xsl:value-of select="project/@href"/>
           </xsl:variable>
-          <xsl:variable name="src">
+          <!-- xsl:variable name="src">
             <xsl:value-of select="$relative-path"/><xsl:value-of select="project/logo/@href"/>
-          </xsl:variable>
+          </xsl:variable -->
 
           <xsl:comment>APACHE LOGO</xsl:comment>
           <a href="http://www.apache.org/">