remove stray # from literal footers in web ui

This commit is contained in:
Mike McLean 2015-11-25 17:40:41 -05:00
parent 41237ec6a9
commit ecb5c5a397

View file

@ -10,7 +10,7 @@
#if os.path.exists($localfooterpath)
#if $literalFooter
#set $localfooter="".join(open($localfooterpath).readlines())
#$localfooter
$localfooter
#else
#include $localfooterpath
#end if