diff options
| author | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2007-03-19 23:57:58 +0000 |
|---|---|---|
| committer | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2007-03-19 23:57:58 +0000 |
| commit | d534041db919e203d7b78356ef282e8a87dcf85d (patch) | |
| tree | 67b8827c78748687936326bfa0308bb3c672cac4 /docutils/writers/html4css1/html4css1.css | |
| parent | 6ad956c7f61aa74f5215d03ef6c594d1f7615ba1 (diff) | |
| download | docutils-d534041db919e203d7b78356ef282e8a87dcf85d.tar.gz | |
do not encode embedded stylesheets, because HTML entities are
not decoded by the browser before the style sheet is passed to the CSS parser
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@5029 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/writers/html4css1/html4css1.css')
| -rw-r--r-- | docutils/writers/html4css1/html4css1.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docutils/writers/html4css1/html4css1.css b/docutils/writers/html4css1/html4css1.css index e005f1825..331a2979a 100644 --- a/docutils/writers/html4css1/html4css1.css +++ b/docutils/writers/html4css1/html4css1.css @@ -1,5 +1,5 @@ /* -:Author: David Goodger (goodger at python.org) +:Author: David Goodger (goodger@python.org) :Id: $Id$ :Copyright: This stylesheet has been placed in the public domain. |
