forked from fediversity/fediversity
		
	fix attrs printing
This commit is contained in:
		
							parent
							
								
									36d1c9c433
								
							
						
					
					
						commit
						153b761c8f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -136,7 +136,7 @@ let | |||
|             if isBool value then | ||||
|               if value then name else "" | ||||
|             # TODO: some attributes must be explicitly empty | ||||
|             else optionalString (toString value != "") ''${name}=${value}'' | ||||
|             else optionalString (toString value != "") ''${name}="${toString value}"'' | ||||
|           ) | ||||
|           attrs) | ||||
|       ); | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Valentin Gagarin
							Valentin Gagarin