Avoid escaping relevant template variables
This commit is contained in:
parent
6d90d35d25
commit
c407fb7963
165 changed files with 312 additions and 313 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
{{if $account_type}}<div class="account-type">{{$account_type}}</div>{{/if}}
|
||||
|
||||
{{if $profile.network_name}}<dl class="network"><dt class="network-label">{{$network}}</dt><dd class="x-network">{{$profile.network_name}}</dd></dl>{{/if}}
|
||||
{{if $profile.network_name}}<dl class="network"><dt class="network-label">{{$network}}</dt><dd class="x-network">{{$profile.network_name nofilter}}</dd></dl>{{/if}}
|
||||
|
||||
{{if $location}}
|
||||
<dl class="location"><dt class="location-label">{{$location}}</dt>
|
||||
|
@ -56,6 +56,6 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
{{$contact_block}}
|
||||
{{$contact_block nofilter}}
|
||||
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<div id="prvmail-wrapper" >
|
||||
<form id="prvmail-form" action="message" method="post" >
|
||||
|
||||
{{$parent}}
|
||||
{{$parent nofilter}}
|
||||
|
||||
<div id="prvmail-to-label">{{$to}}</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue