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,6 +55,7 @@ class TagGroup:
 | 
			
		|||
        for e in self.group:
 | 
			
		||||
            if t != '':
 | 
			
		||||
                t += separator
 | 
			
		||||
            if e.text:
 | 
			
		||||
                t += e.text
 | 
			
		||||
        return t
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue