feeds: fix typo
This commit is contained in:
		@@ -293,7 +293,7 @@ class ParserXML(ParserBase):
 | 
				
			|||||||
        match = self.rule_search_last(rule)
 | 
					        match = self.rule_search_last(rule)
 | 
				
			||||||
        if match:
 | 
					        if match:
 | 
				
			||||||
            element = deepcopy(match)
 | 
					            element = deepcopy(match)
 | 
				
			||||||
            match.getparen().append(element)
 | 
					            match.getparent().append(element)
 | 
				
			||||||
            return element
 | 
					            return element
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        # try duplicating from template
 | 
					        # try duplicating from template
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user