Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Nov 2005 19:28:02 +0000 (UTC)
From:      Remko Lodder <remko@FreeBSD.org>
To:        doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: www/en/commercial entries.xsl
Message-ID:  <200511261928.jAQJS2b5002867@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
remko       2005-11-26 19:28:02 UTC

  FreeBSD doc repository

  Modified files:
    en/commercial        entries.xsl 
  Log:
  From the PR:
  Commercial vendor listings are sorted in the order of the ASCII
  character code, which is how xsl:sort works. This is unfair to
  vendors across the board whose names start with a lowercase
  letter, and are therefore sorted towards the bottom. This patch
  fixes the issue by using the translate() function to return an
  all lowercase value for the contents of the name tag.
  
  PR:             www/88809
  Submitted by:   Devon H. O'Dell <dodell at iXsystems dot com>
  
  Revision  Changes    Path
  1.6       +5 -2      www/en/commercial/entries.xsl



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511261928.jAQJS2b5002867>