formbuilder
formbuilder copied to clipboard
Links are not rendered corectly
Actual behavior: The links can be given as array.
Example: $link = new Link("aLink",array("www.google.ro","www.asd.ro"));
- is rendered as
<//div class="control-container"> <//a 0="www.google.ro" 1="www.asd.ro">text11<//a> <//div>"
Expected behavior: The links should be given one in each tag and than the rendering should be correctly.