mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	Merge branch 'master' of https://github.com/asciimoo/searx into filtron
This commit is contained in:
		
						commit
						f20193155a
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -118,9 +118,9 @@ def response(resp):
 | 
				
			||||||
            'template': 'images.html'
 | 
					            'template': 'images.html'
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
        try:
 | 
					        try:
 | 
				
			||||||
            result['author'] = author.encode('utf-8')
 | 
					            result['author'] = author
 | 
				
			||||||
            result['title'] = title.encode('utf-8')
 | 
					            result['title'] = title
 | 
				
			||||||
            result['content'] = content.encode('utf-8')
 | 
					            result['content'] = content
 | 
				
			||||||
        except:
 | 
					        except:
 | 
				
			||||||
            result['author'] = ''
 | 
					            result['author'] = ''
 | 
				
			||||||
            result['title'] = ''
 | 
					            result['title'] = ''
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue