Merge pull request #3430 from downeym/master

Fixing map-marker FontAwesome typo
This commit is contained in:
Jeff Atwood 2015-05-04 13:21:03 -07:00
commit a2d8cd501c
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@
<h3>{{title}}</h3> <h3>{{title}}</h3>
{{/if}} {{/if}}
<h3> <h3>
{{#if location}}{{fa-icon "map-maker"}}{{location}}{{/if}} {{#if location}}{{fa-icon "map-marker"}}{{location}}{{/if}}
{{#if websiteName}} {{#if websiteName}}
{{fa-icon "globe"}} {{fa-icon "globe"}}
{{#if linkWebsite}} {{#if linkWebsite}}