Description
- Wiki page Unicode ?
%xx%xx%xx%xx
- Error.
querystr % (qpagenames, parmoffset2 - 1)
- always late binding.
MontyCalendar.py patch
#querystr = "calparms=%s,%d,%d,%d,%%d,%s" % (qpagenames, parmyear, parmmonth, parmoffset, qtemplate) #prevlink = p.url(request, querystr % (parmoffset2 - 1), 0) #nextlink = p.url(request, querystr % (parmoffset2 + 1), 0) #prevylink = p.url(request, querystr % (parmoffset2 - 12), 0) #nextylink = p.url(request, querystr % (parmoffset2 + 12), 0) querystr = "calparms=%%s,%d,%d,%d,%%d,%s" % (parmyear, parmmonth, parmoffset, qtemplate) prevlink = p.url(request, querystr % (qpagenames, parmoffset2 - 1), 0) nextlink = p.url(request, querystr % (qpagenames, parmoffset2 + 1), 0) prevylink = p.url(request, querystr % (qpagenames, parmoffset2 - 12), 0) nextylink = p.url(request, querystr % (qpagenames, parmoffset2 + 12), 0)
Details
MoinMoin 1.5.3 |
|
Workaround
Discussion
Plan
- Priority:
- Assigned to:
- Status: fixed in moin 1.5 branch