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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"