Fixing the addition curly brackets to conform to the rest of the templates usage of a literal curly bracket

This commit is contained in:
Micheal Quinn 2018-04-18 09:27:05 -05:00 committed by Massimiliano Culpo
parent d163be6a13
commit 203bd555a4

View File

@ -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 %}