Skip to content
Snippets Groups Projects
Commit 7bfb13ec authored by Matthias Meusburger's avatar Matthias Meusburger
Browse files

hotline#22437: Fix html attribute target in protoflow.

parent dcdeca1e
Branches
Tags
5 merge requests!780Master,!779Master,!778Hotline master,!774Hotline#22437 target in protoflow,!769Hotline#22437 target in protoflow
......@@ -22,7 +22,7 @@ foreach($this->notices as $notice) {
'alt' => $notice->getTitrePrincipal()]);
$anchors .= $this->tagAnchor($this->urlNotice($notice, $this->preferences, null, true),
$img,
['taget' => '_parent']);
['target' => '_parent']);
}
echo $this->tag('div', $anchors, ['id' => 'protoflow']);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment