mirror of
				https://github.com/qurator-spk/modstool.git
				synced 2025-11-04 11:24:14 +01:00 
			
		
		
		
	🐛 Produce a text attribute even if the attribute has no value
This commit is contained in:
		
							parent
							
								
									c85356bd23
								
							
						
					
					
						commit
						6a549968b5
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -55,7 +55,8 @@ class TagGroup:
 | 
				
			||||||
        for e in self.group:
 | 
					        for e in self.group:
 | 
				
			||||||
            if t != '':
 | 
					            if t != '':
 | 
				
			||||||
                t += separator
 | 
					                t += separator
 | 
				
			||||||
            t += e.text
 | 
					            if e.text:
 | 
				
			||||||
 | 
					                t += e.text
 | 
				
			||||||
        return t
 | 
					        return t
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    def text_set(self):
 | 
					    def text_set(self):
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue