From dea993af7e19d2e0da2e614fc7a05f1aa77c13c0 Mon Sep 17 00:00:00 2001 From: wiemann Date: Sun, 4 Mar 2007 21:21:49 +0000 Subject: use Id instead of Date and Revision (Id will not be expanded to non-ASCII characters) git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4993 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- docutils/writers/html4css1/html4css1.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docutils/writers/html4css1/html4css1.css b/docutils/writers/html4css1/html4css1.css index 620cf8610..9d062b3ee 100644 --- a/docutils/writers/html4css1/html4css1.css +++ b/docutils/writers/html4css1/html4css1.css @@ -1,8 +1,6 @@ /* -:Author: David Goodger -:Contact: goodger@python.org -:Date: $Date$ -:Revision: $Revision$ +:Author: David Goodger +:Id: $Id$ :Copyright: This stylesheet has been placed in the public domain. Default cascading style sheet for the HTML output of Docutils. -- cgit v1.2.1