Skip to content

Commit

Permalink
Merge pull request #42 from zendesk/avecerek_port-quote-out-name-titl…
Browse files Browse the repository at this point in the history
…e-attr

Port quoting out name title attribute on the request page
  • Loading branch information
vecerek authored Jul 20, 2018
2 parents c49fc98 + 331a4fe commit dbbc990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/request_page.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
<dd>
<ul class="request-collaborators">
{{#each collaborators}}
<li title={{name}}>{{name}}</li>
<li title="{{name}}">{{name}}</li>
{{/each}}
</ul>
</dd>
Expand Down

0 comments on commit dbbc990

Please sign in to comment.