Skip to content
Snippets Groups Projects
Commit 38465c92 authored by Florent Poittevin's avatar Florent Poittevin
Browse files

fix: sonar error

parent ed6e52ab
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@
<h2>{{item.title}}</h2>
<span>{{item.pubDate | date}}</span>
<img *ngIf="getImage(item) as imageUrl"
[alt]="'Rss image on ' + item.title"
[src]="imageUrl"
>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment