Project

General

Profile

Actions

Bug #95810

open

Output in upgrade wizard looses format

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

Status:
New
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>

No data to display

Actions

Also available in: Atom PDF