diff --git a/flask_appbuilder/templates/appbuilder/general/lib.html b/flask_appbuilder/templates/appbuilder/general/lib.html index 069e9da8bb..6d4638966b 100644 --- a/flask_appbuilder/templates/appbuilder/general/lib.html +++ b/flask_appbuilder/templates/appbuilder/general/lib.html @@ -259,10 +259,12 @@ {% macro panel_begin(title, extra_class="") %}
-

{{title}}

+

{{title}}

+
{% endmacro %} {% macro panel_end() %} +
{% endmacro %}