another .mobile fix

This commit is contained in:
spez
2009-06-18 11:36:47 -07:00
parent 8c90fc0970
commit 7412ceeccd

View File

@@ -21,5 +21,5 @@
################################################################################
%for t in thing.stack:
${t.render()}
${t.render() if t else ""}
%endfor