Filter problems reported by Bernd Schandl

svn: r924
This commit is contained in:
Don Allingham
2002-04-14 14:56:30 +00:00
parent f5354e9a18
commit b726692a18
4 changed files with 14 additions and 8 deletions

View File

@@ -760,7 +760,7 @@ class FilterParser(handler.ContentHandler):
pass
self.gfilter_list.add(self.f)
elif tag == "rule":
name = attrs['class']
name = _(attrs['class'])
self.a = []
self.cname = tasks[name]
elif tag == "arg":
@@ -774,6 +774,12 @@ class FilterParser(handler.ContentHandler):
def characters(self, data):
pass
#-------------------------------------------------------------------------
#
#
#
#-------------------------------------------------------------------------
SystemFilters = None
CustomFilters = None