mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	make pycodestyle happy...
This commit is contained in:
		@@ -202,13 +202,11 @@ class DocumentAdmin(CommonAdmin):
 | 
			
		||||
 | 
			
		||||
    @staticmethod
 | 
			
		||||
    def _html_tag(kind, inside=None, **kwargs):
 | 
			
		||||
 | 
			
		||||
        attributes = format_html_join(' ', '{}="{}"', kwargs.items()) 
 | 
			
		||||
        attributes = format_html_join(' ', '{}="{}"', kwargs.items())
 | 
			
		||||
 | 
			
		||||
        if inside is not None:
 | 
			
		||||
            return format_html("<{kind} {attributes}>{inside}</{kind}>",
 | 
			
		||||
                kind=kind, attributes=attributes, inside=inside)
 | 
			
		||||
 | 
			
		||||
                               kind=kind, attributes=attributes, inside=inside)
 | 
			
		||||
 | 
			
		||||
        return format_html("<{} {}/>", kind, attributes)
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user