diff --git a/DJAGEN/branches/mustafa_branch/djagen/collector/configxml.py b/DJAGEN/branches/mustafa_branch/djagen/collector/configxml.py index e952792..fcacf65 100755 --- a/DJAGEN/branches/mustafa_branch/djagen/collector/configxml.py +++ b/DJAGEN/branches/mustafa_branch/djagen/collector/configxml.py @@ -80,7 +80,7 @@ class Handler: if node.nodeName == "label": self.label = child.toxml() - + if node.nodeName == "face": self.face = child.toxml() diff --git a/DJAGEN/branches/mustafa_branch/djagen/collector/models.py b/DJAGEN/branches/mustafa_branch/djagen/collector/models.py index 332285f..f3f561e 100755 --- a/DJAGEN/branches/mustafa_branch/djagen/collector/models.py +++ b/DJAGEN/branches/mustafa_branch/djagen/collector/models.py @@ -84,7 +84,7 @@ class Entries (models.Model): class Meta: ordering = ['-date'] - + def sanitize(self, data): p = re.compile(r'<[^<]*?/?>') return p.sub('', data) diff --git a/DJAGEN/branches/mustafa_branch/djagen/collector/planethandler.py b/DJAGEN/branches/mustafa_branch/djagen/collector/planethandler.py index da4c0c4..d3003f0 100755 --- a/DJAGEN/branches/mustafa_branch/djagen/collector/planethandler.py +++ b/DJAGEN/branches/mustafa_branch/djagen/collector/planethandler.py @@ -7,17 +7,17 @@ __author__ = ['Oguz Yarimtepe ', 'Mustafa Arici