From 321163e75177541ec67915d2622b9e087b44a3d4 Mon Sep 17 00:00:00 2001 From: Liviu-Mihail Concioiu Date: Sun, 25 Apr 2021 19:56:47 +0200 Subject: [PATCH 1/2] Add target and rel Signed-off-by: Liviu-Mihail Concioiu --- templates/preferences/header.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/preferences/header.twig b/templates/preferences/header.twig index fd07aa538d..f82bc3d517 100644 --- a/templates/preferences/header.twig +++ b/templates/preferences/header.twig @@ -56,7 +56,7 @@ {% endif %} {% if not has_config_storage %} - {% apply format('', '')|notice %} + {% apply format('', '')|notice %} {% trans 'Your preferences will be saved for current session only. Storing them permanently requires %sphpMyAdmin configuration storage%s.' %} {% endapply %} {% endif %} From 9b564f2c734ad14b9a347e0d5a983193b002e69d Mon Sep 17 00:00:00 2001 From: Liviu-Mihail Concioiu Date: Sun, 25 Apr 2021 23:04:15 +0200 Subject: [PATCH 2/2] Add missing target and rel Signed-off-by: Liviu-Mihail Concioiu --- templates/database/designer/main.twig | 4 +--- templates/navigation/main.twig | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/templates/database/designer/main.twig b/templates/database/designer/main.twig index d075a4c72e..5c336775c1 100644 --- a/templates/database/designer/main.twig +++ b/templates/database/designer/main.twig @@ -108,9 +108,7 @@ var designerConfig = {{ designer_config|raw }}; {% trans 'Reload' %} - + diff --git a/templates/navigation/main.twig b/templates/navigation/main.twig index 6f8701f592..cb001d5cad 100644 --- a/templates/navigation/main.twig +++ b/templates/navigation/main.twig @@ -32,7 +32,7 @@ {% endif %} - + {{- get_image('b_docs', 'phpMyAdmin documentation'|trans) -}}