Fix this `$anchor->setTarget('ouch');` Since ouch is not a valid value, it shouldnt do anything (or throw an error).
Fix this
$anchor->setTarget('ouch');Since ouch is not a valid value, it shouldnt do anything (or throw an error).