diff options
author | habeascodice <habeascodice@federated.social> | 2014-10-11 05:34:11 -0700 |
---|---|---|
committer | habeascodice <habeascodice@federated.social> | 2014-10-11 05:34:11 -0700 |
commit | bde8c6d39e1ccf7a53569cc652a62b5447d3243f (patch) | |
tree | 598928300196120d90a28aac79e57d213dd61779 /view/tpl/profile_edit.tpl | |
parent | 7a106cf60cfa005ec6d8c35f922dc57b9af0175e (diff) | |
parent | 3d0d36b2bc6d134e1140b9fc8c40206be5bd7d2d (diff) | |
download | volse-hubzilla-bde8c6d39e1ccf7a53569cc652a62b5447d3243f.tar.gz volse-hubzilla-bde8c6d39e1ccf7a53569cc652a62b5447d3243f.tar.bz2 volse-hubzilla-bde8c6d39e1ccf7a53569cc652a62b5447d3243f.zip |
Merge remote branch 'upstream/master'
Diffstat (limited to 'view/tpl/profile_edit.tpl')
-rwxr-xr-x | view/tpl/profile_edit.tpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/tpl/profile_edit.tpl b/view/tpl/profile_edit.tpl index b453b1cfa..535aa19dd 100755 --- a/view/tpl/profile_edit.tpl +++ b/view/tpl/profile_edit.tpl @@ -1,4 +1,4 @@ -{{if $is_default}} +<div class="generic-content-wrapper-styled">{{if $is_default}} <p id="profile-edit-default-desc">{{$default}}</p> {{/if}} @@ -363,4 +363,5 @@ </form> </div> +</div> |