Skip to content

Commit

Permalink
Add token, rename test, replace space in mailto link
Browse files Browse the repository at this point in the history
  • Loading branch information
andymost committed Jun 30, 2015
1 parent 177037a commit 0e0b84e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions functional-tests/config/config.my.ini
Expand Up @@ -7,6 +7,8 @@
;port: 9000
;platform: ubuntu-14.04-x64
;browser: chrome
;user: webmaps
;token: 07b04d12-cef7-4338-a393-96c00be495eb
;
;[Timeout]
;normal: 10
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/DGGeoclicker/templates/firmCardContacts.dust
Expand Up @@ -28,7 +28,7 @@
{/eq}
{@eq value="email" type="string"}
<div class="dg-firm-card__link dg-firm-card__email dg-firm-card__icon">
<a href="mailto: {value}">{value}</a>
<a href="mailto:{value}">{value}</a>
</div>
{/eq}
{/select}
Expand Down

0 comments on commit 0e0b84e

Please sign in to comment.