Correct capitalization of page title.
Submitted by: trevor
This commit is contained in:
parent
c7d1d30b00
commit
ff4b37b18c
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=13093
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||||
|
|
||||||
<!-- $FreeBSD: www/en/news/press.xsl,v 1.1 2001/08/10 10:31:44 nik Exp $ -->
|
<!-- $FreeBSD: www/en/news/press.xsl,v 1.2 2001/09/20 11:43:31 chris Exp $ -->
|
||||||
|
|
||||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
|
||||||
xmlns:cvs="http://www.FreeBSD.org/XML/CVS">
|
xmlns:cvs="http://www.FreeBSD.org/XML/CVS">
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
|
|
||||||
<xsl:variable name="base" select="'..'"/>
|
<xsl:variable name="base" select="'..'"/>
|
||||||
<xsl:variable name="title" select="'FreeBSD In The Press'"/>
|
<xsl:variable name="title" select="'FreeBSD in the Press'"/>
|
||||||
<xsl:variable name="date">
|
<xsl:variable name="date">
|
||||||
<xsl:value-of select="//cvs:keyword[@name='freebsd']"/>
|
<xsl:value-of select="//cvs:keyword[@name='freebsd']"/>
|
||||||
</xsl:variable>
|
</xsl:variable>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue