Project

General

Profile

Actions

Bug #95810

closed

Output in upgrade wizard looses format

Added by Aimeos no-lastname-given over 2 years ago. Updated 22 days ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2021-10-28
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Any output add by an upgrade wizard using writeln() as recommended in the docs is written in one line because the whole output is only wrapped in:

<div class="callout-body">...</div>

To fix formatting, the out could be wrapped additionally in "pre" tags:
<div class="callout-body"><pre>.../pre></div>
</pre>
Alternatively, this could be added to the CSS for the ".callout-body" class:
<pre>
.callout-body {
  line-break: pre;
}
</pre>


Related issues 1 (1 open0 closed)

Related to TYPO3 Core - Feature #94005: Install-Tool callout-box used for Status Messages should support HTML / Line-BreaksNew2021-04-28

Actions
Actions #1

Updated by Riccardo De Contardi 26 days ago

  • Related to Feature #94005: Install-Tool callout-box used for Status Messages should support HTML / Line-Breaks added
Actions #2

Updated by Riccardo De Contardi 22 days ago

  • Status changed from New to Closed

I close this issue in favor of #94005 , please continue the discussion there.

If you think that this is the wrong decision please reopen it or open a new issue with a reference to this one.

Thank you.

Actions

Also available in: Atom PDF