Skip to content

Commit

Permalink
Fix layout of upgrade dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
smaarn committed Sep 17, 2023
1 parent 96aa6ff commit ce2f410
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spk/tt-rss/src/wizard_templates/upgrade_uifile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ function with_migration
}, {
"step_title": "{{WEBSTATION_PHP_PROFILE_TITLE}}",
"items": [ {
"desc": "{{WEBSTATION_PHP_PROFILE_DESC}}<br /><ul><li><code>curl</code></li><li><code>gd</code></li><li><code>intl</code></li><li><code>mysqli</code></li><li><code>pdo_mysql</code></li></ul>"
"desc": "{{WEBSTATION_PHP_PROFILE_DESC}}"
}, {
"desc": "<ul><li><code>curl</code></li><li><code>gd</code></li><li><code>intl</code></li><li><code>mysqli</code></li><li><code>pdo_mysql</code></li></ul>"
} ]
} ]
EOF
Expand Down

0 comments on commit ce2f410

Please sign in to comment.