rolandtoth/FrontEndEditLightbox

Typo in instructions

Closed this issue · 2 comments

echo $page->feel("class" => "fixed bottom left button invert");

should be:

echo $page->feel(array("class" => "fixed bottom left button invert"));

Thanks, will be corrected on next release.

Done!