BlackLabs / play-morphia

Provide mongodb access service to play.db.Model via Morphia
Apache License 2.0
130 stars 49 forks source link

Syntax error in morphiaFixture.tag #92

Closed davinchew closed 12 years ago

davinchew commented 12 years ago

Pretty simple bug, the last line of the file has the closing block symbols reversed.

So instead of %} it should be }%. This causes a template compile error in the module faster-gt which I guess is more strict about syntax than the default groovy templating engine.

greenlaw110 commented 12 years ago

thx. it would be good if you can send me a pull request to fix this bug :)

On Tue, Jul 10, 2012 at 6:26 AM, Davin Chew < reply@reply.github.com

wrote:

Pretty simple bug, the last line of the file has the closing block symbols reversed.

So instead of %} it should be }%. This causes a template compile error in the module faster-gt which I guess is more strict about syntax than the default groovy templating engine.


Reply to this email directly or view it on GitHub: https://github.com/greenlaw110/play-morphia/issues/92

davinchew commented 12 years ago

OK, sent you a pull request to fix this.