Commit 386fdbdc authored by Tatuya Kamada's avatar Tatuya Kamada

2009-08-05 tatuya

* Fix 'Generate POT File' function when there is a PageTemplate which is using nested i18n block and using tal:repeat in the block

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28280 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ef2d80fd
......@@ -130,7 +130,7 @@ from TAL.DummyEngine import DummyEngine
class MyDummyEngine(DummyEngine):
def evaluate(self, expression):
return None
return []
class MyDummyTALInterpreter(TALInterpreter):
......
2009-08-05 tatuya
* Fix 'Generate POT File' function when there is a PageTemplate which is using nested i18n block and using tal:repeat in the block
2009-06-30 romain
* Revert latest proxy field library simplification, as the design was not finalized.
......
482
\ No newline at end of file
485
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment