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