forked from zaclys/searxng
		
	Merge pull request #501 from return42/fix-simple
[fix] delete trailing whitespace
This commit is contained in:
		
						commit
						cf15652e4b
					
				
					 1 changed files with 5 additions and 5 deletions
				
			
		| 
						 | 
				
			
			@ -182,10 +182,10 @@ module.exports = function(grunt) {
 | 
			
		|||
                {
 | 
			
		||||
                  name: "addAttributesToSVGElement",
 | 
			
		||||
                  params: {
 | 
			
		||||
                    attributes: [ 
 | 
			
		||||
                    attributes: [
 | 
			
		||||
                      { "aria-hidden": "true" }
 | 
			
		||||
                    ]
 | 
			
		||||
                  }  
 | 
			
		||||
                  }
 | 
			
		||||
                }
 | 
			
		||||
              ]
 | 
			
		||||
            });
 | 
			
		||||
| 
						 | 
				
			
			@ -198,13 +198,13 @@ module.exports = function(grunt) {
 | 
			
		|||
{%- set icons = {
 | 
			
		||||
<% for (const iconName in icons) { %>  '<%- iconName %>':'<%- icons[iconName] %>',
 | 
			
		||||
<% } %>
 | 
			
		||||
} 
 | 
			
		||||
}
 | 
			
		||||
-%}
 | 
			
		||||
      
 | 
			
		||||
 | 
			
		||||
{% macro icon(action, alt) -%}
 | 
			
		||||
  {{ icons[action] | replace("ionicon", "ion-icon") | safe }}
 | 
			
		||||
{%- endmacro %}
 | 
			
		||||
      
 | 
			
		||||
 | 
			
		||||
{% macro icon_small(action) -%}
 | 
			
		||||
  {{ icons[action] | replace("ionicon", "ion-icon-small") | safe }}
 | 
			
		||||
{%- endmacro %}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue