web: revert unintended hunk in Settings.hs
This commit is contained in:
		
							parent
							
								
									ec841b90cf
								
							
						
					
					
						commit
						64b6316785
					
				@ -84,7 +84,7 @@ parseExtra _ o = Extra
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
hamlet :: QuasiQuoter
 | 
					hamlet :: QuasiQuoter
 | 
				
			||||||
#if DEVELOPMENT
 | 
					#if DEVELOPMENT
 | 
				
			||||||
hamlet = hamletWithSettings hamletRules defaultHamletSettings{hamletNewlines=True}
 | 
					hamlet = Text.Hamlet.hamlet -- Text.Hamlet.hamlet' when available
 | 
				
			||||||
#else
 | 
					#else
 | 
				
			||||||
hamlet = hamletWithSettings hamletRules defaultHamletSettings
 | 
					hamlet = Text.Hamlet.hamlet
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user