- Fix typo in the encoding attribute
Pointy hat to: gabor Submitted by: Rudolf Cejka <cejkar@fit.vutbr.cz>
This commit is contained in:
parent
179146f297
commit
ce9a8dbb7f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=34386
1 changed files with 2 additions and 2 deletions
|
@ -5,14 +5,14 @@
|
|||
<!ENTITY email "freebsd-www">
|
||||
]>
|
||||
|
||||
<!-- $FreeBSD: www/share/sgml/templates.news-rdf.xsl,v 1.2 2006/08/21 18:27:43 hrs Exp $ -->
|
||||
<!-- $FreeBSD: www/share/sgml/templates.news-rdf.xsl,v 1.3 2009/06/02 17:33:09 gabor Exp $ -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
|
||||
xmlns:cvs="http://www.FreeBSD.org/XML/CVS">
|
||||
|
||||
<xsl:import href="http://www.FreeBSD.org/XML/www/lang/share/sgml/libcommon.xsl"/>
|
||||
|
||||
<xsl:output method="xml" indent="yes" encoding="$xml.encoding;"/>
|
||||
<xsl:output method="xml" indent="yes" encoding="&xml.encoding;"/>
|
||||
|
||||
<xsl:variable name="date">
|
||||
<xsl:value-of select="//cvs:keyword[@name='freebsd']"/>
|
||||
|
|
Loading…
Reference in a new issue