/[qa]/trunk/pts/www/xsl/pts.xsl
ViewVC logotype

Diff of /trunk/pts/www/xsl/pts.xsl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1802 by hertzog, Sat Dec 22 22:21:26 2007 UTC revision 1804 by zack, Sun Dec 23 09:02:40 2007 UTC
# Line 768  other-to-%xx, especially % to %25... For Line 768  other-to-%xx, especially % to %25... For
768              </xsl:if>              </xsl:if>
769            </li>            </li>
770          </xsl:if>          </xsl:if>
771          <!-- convert maintainer/name to follow lintian.debian.org convention [FG] -->          <!-- convert maintainer/name to follow lintian.debian.org convention -->
772          <xsl:variable name="pattern" select="concat('àáèéëêòöøîìùñ-~/()&#34; ', &quot;'&quot;)"/>          <xsl:variable name="pattern" select="concat('àáèéëêòöøîìùñ~/()&#34; ', &quot;'&quot;)"/>
773          <xsl:variable name="_email" select="translate(maintainer/email, $pattern, '_____________________')"/>          <xsl:variable name="_email" select="translate(maintainer/email, $pattern, '_____________________')"/>
774          <li><a href="http://lintian.debian.org/reports/maintainer/{$_email}.html#{$package}">Lintian report</a></li>          <li><a href="http://lintian.debian.org/reports/maintainer/{$_email}.html#{$package}">Lintian report</a></li>
775          <li>          <li>

Legend:
Removed from v.1802  
changed lines
  Added in v.1804

  ViewVC Help
Powered by ViewVC 1.1.5