Skip to content

Commit

Permalink
Update vigilancemeteo.class.php
Browse files Browse the repository at this point in the history
  • Loading branch information
lunarok committed Jan 27, 2020
1 parent 1a2ded5 commit 6f6f851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/class/vigilancemeteo.class.php
Expand Up @@ -1117,7 +1117,7 @@ public function toHtml($_version = 'dashboard') {
}
$replace['#icone#'] = '<a target="_blank" href="http://vigilance.meteofrance.com/Bulletin_sans.html?a=dept' . $department . '&b=2&c="><i class="fas fa-info-circle cursor"></i></a>';
} else {
$replace['#icone#'] = '<i id="yourvigilance' . $this->getId() . ' class="fas fa-info-circle cursor"></i>';
$replace['#icone#'] = '<i id="yourvigilance' . $this->getId() . '" class="fas fa-info-circle cursor"></i>';
}

$templatename = 'vigilancemeteo';
Expand Down

0 comments on commit 6f6f851

Please sign in to comment.