mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-03 20:02:47 +00:00 
			
		
		
		
	Visual fix
This commit is contained in:
		@@ -86,7 +86,7 @@ class DisplayOptionsForm(FlaskForm):
 | 
			
		||||
 | 
			
		||||
class InspectDisplayOptionsForm(FlaskForm):
 | 
			
		||||
    expert_mode_inspect = BooleanField('Expert mode')
 | 
			
		||||
    highlight_sentences = BooleanField('Highlight sentences')
 | 
			
		||||
    highlight_sentences = BooleanField('Split sentences')
 | 
			
		||||
    context_sentences = IntegerField('Context sentences',
 | 
			
		||||
                                     validators=[NumberRange(min=0, max=10)],
 | 
			
		||||
                                     default=3)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user