formbuilder icon indicating copy to clipboard operation
formbuilder copied to clipboard

Links are not rendered corectly

Open flasica222 opened this issue 11 years ago • 0 comments

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.

flasica222 avatar Mar 05 '14 20:03 flasica222