Commit 84c695b8 authored by Andreas Jung's avatar Andreas Jung

no longer allowing inclusion of files from the local file system

parent 15c41094
# Author: David Goodger # Author: David Goodger
# Contact: goodger@users.sourceforge.net # Contact: goodger@users.sourceforge.net
# Revision: $Revision: 1.3 $ # Revision: $Revision: 1.4 $
# Date: $Date: 2003/07/10 15:49:44 $ # Date: $Date: 2003/09/29 20:09:25 $
# Copyright: This module has been placed in the public domain. # Copyright: This module has been placed in the public domain.
""" """
...@@ -113,7 +113,7 @@ _directive_registry = { ...@@ -113,7 +113,7 @@ _directive_registry = {
'meta': ('html', 'meta'), 'meta': ('html', 'meta'),
#'imagemap': ('html', 'imagemap'), #'imagemap': ('html', 'imagemap'),
'raw': ('misc', 'raw'), 'raw': ('misc', 'raw'),
'include': ('misc', 'include'), # 'include': ('misc', 'include'),
'replace': ('misc', 'replace'), 'replace': ('misc', 'replace'),
'unicode': ('misc', 'unicode_directive'), 'unicode': ('misc', 'unicode_directive'),
'class': ('misc', 'class_directive'), 'class': ('misc', 'class_directive'),
......
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