mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
escape sequence must not contain spaces
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
<input type='hidden' name='form_security_token' value='{{$form_security_token}}'>
|
||||
|
||||
{{if $is_default}}
|
||||
<div class="section-content-info-wrapper">{{$default | escape:'html'}}</div>
|
||||
<div class="section-content-info-wrapper">{{$default|escape:'html'}}</div>
|
||||
{{/if}}
|
||||
|
||||
<div class="panel-group" id="profile-edit-wrapper" role="tablist" aria-multiselectable="true">
|
||||
|
||||
Reference in New Issue
Block a user