Fixing the addition curly brackets to conform to the rest of the templates usage of a literal curly bracket
This commit is contained in:
		
				
					committed by
					
						
						Massimiliano Culpo
					
				
			
			
				
	
			
			
			
						parent
						
							d163be6a13
						
					
				
				
					commit
					203bd555a4
				
			@@ -23,7 +23,7 @@ proc ModulesHelp { } {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
{% block autoloads %}
 | 
					{% block autoloads %}
 | 
				
			||||||
{% for module in autoload %}
 | 
					{% for module in autoload %}
 | 
				
			||||||
if { [ module-info mode load ] && ![ is-loaded {{ module }} ] } {{ '{' }}
 | 
					if {{ '{' }} [ module-info mode load ] && ![ is-loaded {{ module }} ] {{ '}' }} {{ '{' }}
 | 
				
			||||||
{% if verbose %}
 | 
					{% if verbose %}
 | 
				
			||||||
    puts stderr "Autoloading {{ module }}"
 | 
					    puts stderr "Autoloading {{ module }}"
 | 
				
			||||||
{% endif %}
 | 
					{% endif %}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user