From ce2f410fed7f8704fd4cbdac9299f9c1a8169a00 Mon Sep 17 00:00:00 2001 From: Smaarn Date: Sun, 17 Sep 2023 18:44:17 +0200 Subject: [PATCH] Fix layout of upgrade dialog --- spk/tt-rss/src/wizard_templates/upgrade_uifile.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/spk/tt-rss/src/wizard_templates/upgrade_uifile.sh b/spk/tt-rss/src/wizard_templates/upgrade_uifile.sh index 8b39a6d641a6..9a7575befa1d 100644 --- a/spk/tt-rss/src/wizard_templates/upgrade_uifile.sh +++ b/spk/tt-rss/src/wizard_templates/upgrade_uifile.sh @@ -50,7 +50,9 @@ function with_migration }, { "step_title": "{{WEBSTATION_PHP_PROFILE_TITLE}}", "items": [ { - "desc": "{{WEBSTATION_PHP_PROFILE_DESC}}
" + "desc": "{{WEBSTATION_PHP_PROFILE_DESC}}" + }, { + "desc": "" } ] } ] EOF