forked from zaclys/searxng
		
	Merge pull request #743 from not-my-profile/comma-before-but
[themes] add comma before "but" in new sentence
This commit is contained in:
		
						commit
						7f0fe26579
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -322,7 +322,7 @@
 | 
			
		|||
                    </noscript>
 | 
			
		||||
                    <div class="tab-pane{% if loop.first %} active{% endif %} active_if_nojs" id="tab_engine_{{ categ|replace(' ', '_') }}">
 | 
			
		||||
                        {% if categ == OTHER_CATEGORY %}
 | 
			
		||||
                            <p>{{_('This tab does not show up for search results but you can search the engines listed here via bangs.')}}</p>
 | 
			
		||||
                            <p>{{_('This tab does not show up for search results, but you can search the engines listed here via bangs.')}}</p>
 | 
			
		||||
                        {% endif %}
 | 
			
		||||
                        <div class="container-fluid">
 | 
			
		||||
                        <fieldset>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -277,7 +277,7 @@
 | 
			
		|||
    {% for categ in categories_as_tabs + [OTHER_CATEGORY] %}
 | 
			
		||||
    {{ tab_header('enginetab', 'category' + categ, _(categ)) }}
 | 
			
		||||
    {% if categ == OTHER_CATEGORY %}
 | 
			
		||||
      <p>{{_('This tab does not show up for search results but you can search the engines listed here via bangs.')}}</p>
 | 
			
		||||
      <p>{{_('This tab does not show up for search results, but you can search the engines listed here via bangs.')}}</p>
 | 
			
		||||
    {% endif %}
 | 
			
		||||
    <div class="scrollx">
 | 
			
		||||
    <table class="striped">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue