diff options
author | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2016-01-11 06:38:24 +0100 |
---|---|---|
committer | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2016-01-11 06:38:24 +0100 |
commit | 42433c0b4442f1a6b451324fe7f765b1b4c354b8 (patch) | |
tree | 27d3c56df94363c5b9dad0f0ccddea9ddf7a06b2 /view/tpl | |
parent | 41057ac3642ea8c7126cc980be5d896b8b6ff7c3 (diff) | |
parent | f4d47f825df40095f5b66b039dc6ca2d689e6b16 (diff) | |
download | volse-hubzilla-42433c0b4442f1a6b451324fe7f765b1b4c354b8.tar.gz volse-hubzilla-42433c0b4442f1a6b451324fe7f765b1b4c354b8.tar.bz2 volse-hubzilla-42433c0b4442f1a6b451324fe7f765b1b4c354b8.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/group_edit.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/tpl/group_edit.tpl b/view/tpl/group_edit.tpl index eb658624c..d9412a6f7 100755 --- a/view/tpl/group_edit.tpl +++ b/view/tpl/group_edit.tpl @@ -1,3 +1,4 @@ +<div class="generic-content-wrapper-styled"> <h2>{{$title}}</h2> @@ -22,3 +23,4 @@ </div> {{/if}} {{if $desc}}<div id="group-edit-desc">{{$desc}}</div>{{/if}} +</div> |