diff options
author | Thomas Willingham <founder@kakste.com> | 2013-09-16 05:01:25 +0100 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2013-09-16 05:01:25 +0100 |
commit | 3554bab83ac6bf96f34e6dc36d828fa5ff6c18fa (patch) | |
tree | 759ba9c98d033a444bf98ada4e48dbbd06fe864c /view/tpl | |
parent | 603319bf6342c8d0571454ecfec45825bc58f615 (diff) | |
download | volse-hubzilla-3554bab83ac6bf96f34e6dc36d828fa5ff6c18fa.tar.gz volse-hubzilla-3554bab83ac6bf96f34e6dc36d828fa5ff6c18fa.tar.bz2 volse-hubzilla-3554bab83ac6bf96f34e6dc36d828fa5ff6c18fa.zip |
Content wrapper breaks feature settings. Get rid of it as a quick fix until I get a chance to work out why it works everywhere except there.
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/settings_features.tpl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/view/tpl/settings_features.tpl b/view/tpl/settings_features.tpl index 31371e0af..02e4f6159 100755 --- a/view/tpl/settings_features.tpl +++ b/view/tpl/settings_features.tpl @@ -1,4 +1,3 @@ -<div class="generic-content-wrapper"> <h1>{{$title}}</h1> @@ -18,5 +17,3 @@ </div> </form> - -</div> |