diff options
author | Thomas Willingham <founder@kakste.com> | 2013-09-18 02:45:49 +0100 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2013-09-18 02:45:49 +0100 |
commit | 8542127274f7a856a9733254889c4e1a24903324 (patch) | |
tree | fdf0f374bdc30c170969f9f6bbf82ff88cbde441 /view/tpl | |
parent | 4fa68c7f3de68dda519f12719c552df7b62bf17f (diff) | |
download | volse-hubzilla-8542127274f7a856a9733254889c4e1a24903324.tar.gz volse-hubzilla-8542127274f7a856a9733254889c4e1a24903324.tar.bz2 volse-hubzilla-8542127274f7a856a9733254889c4e1a24903324.zip |
Filestorage perms (no ACL), fix nav for browsers that can't handle PCSS, put content wrapper back now JS is fixed for features page.
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/settings_features.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/tpl/settings_features.tpl b/view/tpl/settings_features.tpl index 02e4f6159..a03817f82 100755 --- a/view/tpl/settings_features.tpl +++ b/view/tpl/settings_features.tpl @@ -1,3 +1,4 @@ +<div class="generic-content-wrapper"> <h1>{{$title}}</h1> @@ -17,3 +18,4 @@ </div> </form> +</div> |