Skip to content

Commit

Permalink
remove duplicate </button> tag
Browse files Browse the repository at this point in the history
  • Loading branch information
moloko committed Jun 26, 2018
1 parent 00f9a74 commit 6bf083c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/hotgraphic.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<div class="graphic-attribution">{{{_graphic.attribution}}}</div>
{{/if}}
{{#each _items}}
<button class="base hotgraphic-graphic-pin component-item-text-color {{#if _isVisited}}visited{{/if}}" data-index="{{@index}}" style="top:{{{_top}}}%; left:{{{_left}}}%;" aria-haspopup="dialog" aria-label="{{../_globals._components._hotgraphic.ariaPinLabel}} {{numbers @index}}. {{title}}.{{#if _isVisited}} {{../_globals._accessibility._ariaLabels.visited}}.{{/if}}"></button>
<button class="base hotgraphic-graphic-pin component-item-text-color {{#if _isVisited}}visited{{/if}}" data-index="{{@index}}" style="top:{{{_top}}}%; left:{{{_left}}}%;" aria-haspopup="dialog" aria-label="{{../_globals._components._hotgraphic.ariaPinLabel}} {{numbers @index}}. {{title}}.{{#if _isVisited}} {{../_globals._accessibility._ariaLabels.visited}}.{{/if}}">
<div class="hotgraphic-graphic-pin-icon component-item-color icon icon-pin item-{{@index}}"></div>
</button>
{{/each}}
Expand Down

0 comments on commit 6bf083c

Please sign in to comment.