1
0
Fork 0

Issue 6394: The contact location has to be BBEncoded

This commit is contained in:
Michael 2019-01-06 21:04:10 +00:00
commit 7e19506435
10 changed files with 13 additions and 9 deletions

View file

@ -15,7 +15,7 @@
{{if $location}}
<dl class="location"><dt class="location-label">{{$location}}</dt>
<dd class="adr h-adr">
{{if $profile.address}}<div class="street-address p-street-address">{{$profile.address}}</div>{{/if}}
{{if $profile.address}}<div class="street-address p-street-address">{{$profile.address nofilter}}</div>{{/if}}
<span class="city-state-zip">
<span class="locality p-locality">{{$profile.locality}}</span>{{if $profile.locality}}, {{/if}}
<span class="region p-region">{{$profile.region}}</span>