Bloafer

Results 7 comments of Bloafer

I'll take this over https://github.com/Bloafer/dust-php

I'm still maintaining this as we are using it in some of our projects

I could look into this if you want

Once you are happy with the [PR](https://github.com/opencats/OpenCATS/pull/174) and it is merged into master I will start working on the main interface

I have actually been quite busy, start of the year everyone wants things done last year. I could start looking into this a bit more.

@RussH I have just commit some code on the `bootstrap-ui` branch, it's work in progress but will make templating much easier hopefully

The bracket is in the wrong place: ``` return trim(htmlspecialchars ($request[$key]), ENT_QUOTES); ``` Should be ``` return trim(htmlspecialchars($request[$key], ENT_QUOTES)); ```