Skip to content

Commit

Permalink
Fix typo (multiple style tags)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Meek authored May 18, 2019
1 parent d155eca commit 7bc0ed7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions upcoming-media-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -435,8 +435,8 @@ class UpcomingMediaCard extends HTMLElement {
`;
} else {
this.content.innerHTML += `
<div class="${service}_${view}" style="${top}"
style="${shiftimg}background-image:url('${image}')">
<div class="${service}_${view}"
style="margin-top:${top};${shiftimg}background-image:url('${image}')">
<div class="${service}_fan_${view}">
<ha-icon icon="${icon}" style="${dflag}"></ha-icon>
<div class="${service}_flag_${view}" style="${dflag}">
Expand Down

0 comments on commit 7bc0ed7

Please sign in to comment.