Explorar el Código

Edited typo for pagelist_block.html (#60)

phyominh hace 6 años
padre
commit
b1da6f7a4f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      coderedcms/templates/coderedcms/blocks/pagelist_block.html

+ 1 - 1
coderedcms/templates/coderedcms/blocks/pagelist_block.html

@@ -11,6 +11,6 @@
     </a></li>
     {% endwith %}
     {% endfor %}
-</div>
+</ul>
 
 {% endblock %}