Skip to content
Snippets Groups Projects

Master

Merged Patrick Barroca requested to merge master into WIP
Compare and
+ 59
34
Preferences
Compare changes
Files
@@ -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']);