summaryrefslogtreecommitdiff
path: root/docutils/parsers/rst/directives/body.py
diff options
context:
space:
mode:
authorgoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2003-07-09 18:00:50 +0000
committergoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2003-07-09 18:00:50 +0000
commit5fa4d3b2f10a3fb657a03e04733b4f0a346b6dcc (patch)
treef131e6021b21b4e2301e80a1b5386e76e86070aa /docutils/parsers/rst/directives/body.py
parent8c126d1f6afe2e774adb545664ad7c5302e0d5de (diff)
downloaddocutils-5fa4d3b2f10a3fb657a03e04733b4f0a346b6dcc.tar.gz
updated
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@1578 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/parsers/rst/directives/body.py')
-rw-r--r--docutils/parsers/rst/directives/body.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docutils/parsers/rst/directives/body.py b/docutils/parsers/rst/directives/body.py
index c2fd6b99d..47e1423c8 100644
--- a/docutils/parsers/rst/directives/body.py
+++ b/docutils/parsers/rst/directives/body.py
@@ -58,7 +58,7 @@ def sidebar(name, arguments, options, content, lineno,
node_class=nodes.sidebar)
sidebar.arguments = (1, 0, 1)
-sidebar.options = {'subtitle': directives.unchanged,
+sidebar.options = {'subtitle': directives.unchanged_required,
'class': directives.class_option}
sidebar.content = 1