mirror of
https://github.com/friendica/friendica
synced 2024-11-18 06:23:41 +00:00
Unescape profiles template variables
This commit is contained in:
parent
931971ae64
commit
2f15f1c477
4 changed files with 4 additions and 4 deletions
|
@ -95,7 +95,7 @@
|
|||
<h4>{{$lbl_vis1}}</h4>
|
||||
<p>{{$lbl_vis2}}</p>
|
||||
</div>
|
||||
{{$profile_select}}
|
||||
{{$profile_select nofilter}}
|
||||
<div id="contact-edit-profile-select-end"></div>
|
||||
{{/if}}
|
||||
</div>
|
||||
|
|
|
@ -193,7 +193,7 @@
|
|||
<p>{{$lbl_vis2}}</p>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
{{$profile_select}}
|
||||
{{$profile_select nofilter}}
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
{{/if}}
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<a href="profiles/{{$id}}" class="profile-listing-edit-link" >{{$profile_name}}</a>
|
||||
</div>
|
||||
<div class="profile-listing-cell">
|
||||
{{$visible}}
|
||||
{{$visible nofilter}}
|
||||
</div>
|
||||
</div>
|
||||
<div class="profile-listing-end"></div>
|
||||
|
|
|
@ -96,7 +96,7 @@
|
|||
<h4>{{$lbl_vis1}}</h4>
|
||||
<p>{{$lbl_vis2}}</p>
|
||||
</div>
|
||||
{{$profile_select}}
|
||||
{{$profile_select nofilter}}
|
||||
<div id="contact-edit-profile-select-end"></div>
|
||||
{{/if}}
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue