Commit 98f91792 authored by Andreas Jung's avatar Andreas Jung

the default value of the 'stylesheet' property is now ''

to avoid trouble with Docutils 0.4.0 trying load this
non-existing file
parent 5f43703c
......@@ -70,7 +70,7 @@ class ZReST(Item, PropertyManager, Historical, Implicit, Persistent):
# define the properties that define this object
_properties = (
{'id':'stylesheet', 'type': 'string', 'mode': 'w',
'default': 'default.css'},
'default': ''},
{'id':'report_level', 'type': 'string', 'mode': 'w', 'default': '2'},
{'id':'input_encoding', 'type': 'string', 'mode': 'w', 'default': 'iso-8859-15'},
{'id':'output_encoding', 'type': 'string', 'mode': 'w', 'default': 'iso-8859-15'},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment