diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2012-05-17 19:12:14 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2012-05-17 19:12:14 +0000 |
commit | 35babe0ae5c23c16f907986da4967475b3af2696 (patch) | |
tree | 486665ef5f0cb809aae4bd68fe4da0dc86f72ae0 /tr_TR.ISO8859-9/htdocs/index.xsl | |
parent | b884ae4ab115e45da57adb81a3e616b387b43201 (diff) | |
download | doc-35babe0ae5c23c16f907986da4967475b3af2696.tar.gz doc-35babe0ae5c23c16f907986da4967475b3af2696.zip |
- Set svn:ketwords and svn:mime-type. Note that application/octet-stream is
set on some files as a workaround for binary check.
- Fix pathname for svn co in the webupdate script.
Approved by: doceng (implicit)
Notes
Notes:
svn path=/head/; revision=38826
Diffstat (limited to 'tr_TR.ISO8859-9/htdocs/index.xsl')
-rw-r--r-- | tr_TR.ISO8859-9/htdocs/index.xsl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tr_TR.ISO8859-9/htdocs/index.xsl b/tr_TR.ISO8859-9/htdocs/index.xsl index 213c95b756..8648abc261 100644 --- a/tr_TR.ISO8859-9/htdocs/index.xsl +++ b/tr_TR.ISO8859-9/htdocs/index.xsl @@ -8,12 +8,12 @@ Original revision: 1.77 --> -<!-- $FreeBSD: www/tr/index.xsl,v 1.4 2006/08/19 21:26:20 hrs Exp $ --> +<!-- $FreeBSD$ --> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:import href="http://www.FreeBSD.org/XML/www/lang/share/sgml/libcommon.xsl"/> - <xsl:variable name="date" select="'$FreeBSD: www/tr/index.xsl,v 1.4 2006/08/19 21:26:20 hrs Exp $'"/> + <xsl:variable name="date" select="'$FreeBSD$'"/> <xsl:output type="html" encoding="&xml.encoding;" doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"/> |