I might have fixed mine by reverting this change:
http://code.google.com/p/web2py/source/detail?r=07ae0d6cb4792e6ee7c660add78cc8fa0b9c9d13

I don't really get how string interpolation works here. Would this work?

myversion = "Version 1.97.1 (2011-07-04 00:39:51)"
{{="Version %s.%s.%s (%s)" % myversion}}
or
{{="Version %s.%s.%s (%s) %s" % myversion}}


My admin reports that I am on version 1.97.1 even though my working 
directory is at the current "tip".

Reply via email to