_includes/appscms/howto/howto.html in appscms-tools-theme-4.2.7 vs _includes/appscms/howto/howto.html in appscms-tools-theme-4.2.8

- old
+ new

@@ -41,10 +41,10 @@ <h2 class="mb-4 appscms-howto-heading"> {{pageData.HOW_TO_CONTENT.heading | replace: "$variable", page.value}} </h2> <ol class="ml-md-3 pl-md-1 p-3"> - {% for data in pageData.HOW_TO_CONTENT.steps %} + {% for data in pageData.HOW_TO_CONTENT.steps %} <li id="step{{forloop.index}}" class="how-to-list-item"> {{data | replace: "$variable", page.value}} </li> {% endfor %} </ol> \ No newline at end of file