]> git.mxchange.org Git - friendica.git/commitdiff
Add page-wrapper to oauth/edit in frio
authorJonny Tischbein <jonny_tischbein@systemli.org>
Fri, 14 Dec 2018 12:29:59 +0000 (13:29 +0100)
committerJonny Tischbein <jonny_tischbein@systemli.org>
Mon, 17 Dec 2018 22:09:08 +0000 (23:09 +0100)
view/theme/frio/templates/settings/oauth_edit.tpl

index 91dfa045516efd53e4a1851bba27a68a1031aff2..160004c6ed0e73f9352dbf5b9b06630447bbd259 100644 (file)
@@ -1,4 +1,4 @@
-
+<div class="generic-page-wrapper">
 <h2 class="heading">{{$title}}</h2>
 
 <form method="POST">
@@ -16,3 +16,4 @@
        <div class="clear"></div>
 
 </form>
+</div>
\ No newline at end of file