forked from fediversity/fediversity
		
	further prettify output
This commit is contained in:
		
							parent
							
								
									d4aa88f759
								
							
						
					
					
						commit
						cbe10ec304
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -147,11 +147,11 @@ let | |||
| 
 | ||||
|   print-element = name: attrs: content: | ||||
|     with lib; | ||||
|     lib.squash '' | ||||
|     squash (trim '' | ||||
|       <${name}${print-attrs attrs}> | ||||
|         ${lib.indent "  " content} | ||||
|       </${name}> | ||||
|     ''; | ||||
|     ''); | ||||
| 
 | ||||
|   elements = rec { | ||||
|     document = { ... }: { | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Valentin Gagarin
							Valentin Gagarin