Issue 6394: The contact location has to be BBEncoded
This commit is contained in:
parent
9a4fc0f8bd
commit
7e19506435
10 changed files with 13 additions and 9 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue