Project

General

Profile

Actions

Bug #102058

closed

Meta tags rendered as XHTML

Added by Oliver Hader 10 months ago. Updated 8 days ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Frontend
Target version:
-
Start date:
2023-09-28
Due date:
% Done:

100%

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

Description

<meta name="generator" content="TYPO3 CMS" />
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
<meta name="robots" content="index,follow" />
...
<meta property="og:image:type" content="image/png" />
<meta property="og:title" content="IN.DIE.musik e.V." />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@InDieMusik" />

https://github.com/TYPO3/typo3/blob/main/typo3/sysext/core/Classes/MetaTag/AbstractMetaTagManager.php#L226-L239

$metaTags[] = '<meta ' .
  htmlspecialchars($nameAttribute) . '="' . htmlspecialchars($property) . '" ' .
  htmlspecialchars($contentAttribute) . '="' . htmlspecialchars($propertyItem['content']) . '" />';

Related issues 2 (1 open1 closed)

Related to TYPO3 Core - Task #100186: Deprecate metatag management via PageRendererUnder ReviewGeorg Ringer2023-03-16

Actions
Related to TYPO3 Core - Task #99416: Streamline doctype handlingClosedBenni Mack2022-12-22

Actions
Actions #1

Updated by Oliver Hader 10 months ago

  • Related to Task #100186: Deprecate metatag management via PageRenderer added
Actions #2

Updated by Oliver Hader 10 months ago

  • Related to Task #99416: Streamline doctype handling added
Actions #3

Updated by Riccardo De Contardi 7 months ago

  • Category set to Frontend
Actions #4

Updated by Gerrit Code Review about 2 months ago

  • Status changed from New to Under Review

Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/84375

Actions #5

Updated by Gerrit Code Review about 2 months ago

Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/84375

Actions #6

Updated by Gerrit Code Review about 2 months ago

Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/84375

Actions #7

Updated by Gerrit Code Review about 2 months ago

Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/84354

Actions #8

Updated by Oliver Bartsch about 2 months ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #9

Updated by Benni Mack 8 days ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF