[gi-docgen/page-contents] template: Fix interface structure



commit ab69581713771b2ff36d87226166b93136896eb6
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Mon Jun 7 22:48:34 2021 +0100

    template: Fix interface structure
    
    We have a couple of misplaced div elements.

 gidocgen/templates/basic/interface.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gidocgen/templates/basic/interface.html b/gidocgen/templates/basic/interface.html
index b9bf76b..2535feb 100644
--- a/gidocgen/templates/basic/interface.html
+++ b/gidocgen/templates/basic/interface.html
@@ -212,7 +212,7 @@ SPDX-License-Identifier: Apache-2.0 OR GPL-3.0-or-later
         {%- endif %}
       </div>
       {% endfor %}
-
+      </div>
     </div>
     {% endif %}
 
@@ -253,8 +253,8 @@ SPDX-License-Identifier: Apache-2.0 OR GPL-3.0-or-later
         </tr>
         {% endfor %}
         </table>
-      {% endif %}
       </div>
+      {% endif %}
     </div>
     {% endif %}
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]