dwoo-project / dwoo

[UNMAINTAINED] php template engine
http://dwoo.org
GNU Lesser General Public License v3.0
167 stars 58 forks source link

Allow single quotes in plugin parameters - (not only ",but also ') #25

Closed MartinMuzatko closed 8 years ago

MartinMuzatko commented 10 years ago

I was quite puzzled, that I get the output with the quotes. When I used double quotes (as seen in other blocks/functions) they got removed during the compiling process.

    public function begin($wrapper = 'div', array $rest = array()) {
    }

Not a major drawback, but it was something I wasn't prepared for :) Thank you for any feedback.

emulienfou commented 8 years ago

Was only available for 2.x-dev branch, tested on 1.2.2 with success