Actions
Bug #95676
closedBroken external link count is wrong
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Linkvalidator
Target version:
-
Start date:
2021-10-17
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
I use the following text in a bodytext field:
<p>The <a data-rte-error="File link is broken" href="t3://file?uid=20">image</a> doesn't exist anymore.</p> <p>This link is not found: <a data-rte-error="External link is broken" href="https://typo3.org/xyz">https://typo3.org/xyz</a></p> <p>This <a data-rte-error="Page with ID 29 not found" href="t3://page?uid=29">page</a> was deleted.</p>
I get the result that two external links, one internal and one file link are defect. I would expect that one link of each is defect.
Files
Updated by Stefan Bürk about 3 years ago
- Related to Bug #95878: In linkvalidator, soft reference parser extracts 2 links from rich text with URL as anchor text added
Updated by Sybille Peters about 3 years ago
- Status changed from New to Closed
I would like to close because duplicate with #95878. Though this issue was created first, the other one already has a patch associated with it ...
Actions