diff options
author | marijus <mario@mariovavti.com> | 2014-10-10 16:13:44 +0200 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-10-10 16:13:44 +0200 |
commit | d5ceb33f6d3bd2cb3ee56de4b8f69e77f6f9cdea (patch) | |
tree | 64de611ff2dc6ee090406ff62b890755efcd0b50 /view/tpl/profile_edit.tpl | |
parent | 92cc5673ccb9589361d0386876ef6df510188c0c (diff) | |
download | volse-hubzilla-d5ceb33f6d3bd2cb3ee56de4b8f69e77f6f9cdea.tar.gz volse-hubzilla-d5ceb33f6d3bd2cb3ee56de4b8f69e77f6f9cdea.tar.bz2 volse-hubzilla-d5ceb33f6d3bd2cb3ee56de4b8f69e77f6f9cdea.zip |
found more missing wrappers
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> |