Project

General

Profile

Actions

Bug #90835

closed

Error in form elements HTML rendering

Added by Eric Chavaillaz about 4 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend API
Target version:
Start date:
2020-03-26
Due date:
% Done:

100%

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

Description

Hi,

In the backend, there is several missing space when rendering element like input (from the TCA).

For example, with an input text element we have:

'<input type="' . $inputType . '"' . GeneralUtility::implodeAttributes($attributes, true) . ' />';

And without the error :

'<input type="' . $inputType . '" ' . GeneralUtility::implodeAttributes($attributes, true) . ' />';

Thanks

Actions

Also available in: Atom PDF