From d5ecc894793e881a95bf018c197480f00263b74f Mon Sep 17 00:00:00 2001 From: Steve Nyemba Date: Mon, 22 Jul 2024 16:16:24 -0500 Subject: [PATCH] bug fix: context handling with dialogs --- cms/templates/menu.html | 2 +- meta/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cms/templates/menu.html b/cms/templates/menu.html index fb58d4c..085eadb 100644 --- a/cms/templates/menu.html +++ b/cms/templates/menu.html @@ -29,7 +29,7 @@
{% else %} -
+
{% endif %} {{_item.text.replace('-',' ').replace('_',' ')}} diff --git a/meta/__init__.py b/meta/__init__.py index 0981385..61074d7 100644 --- a/meta/__init__.py +++ b/meta/__init__.py @@ -1,5 +1,5 @@ __author__ = "Steve L. Nyemba" -__version__= "2.1.3" +__version__= "2.1.4" __email__ = "steve@the-phi.com" __license__=""" Copyright 2010 - 2024, Steve L. Nyemba, Vanderbilt University Medical Center