Skip to content

Commit 5a7fd46

Browse files
fhelferthibsy
authored andcommitted
[FIX] UI: update Layout/Page/Mail example closing p-tag. (#11266)
* Update `<p/>` to `</p>`
1 parent 17b0988 commit 5a7fd46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • components/ILIAS/UI/src/examples/Layout/Page/Mail

components/ILIAS/UI/src/examples/Layout/Page/Mail/base.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ function renderFullDemoPage(Container $dic): string
7474
'assets/ui-examples/css/mail_examples.css',
7575
'data:image/svg+xml;base64,' . base64_encode(file_get_contents('assets/images/logo/HeaderIcon.svg')),
7676
'ILIAS e-Learning',
77-
$factory->legacy()->content('<h1>Mail Page Content</h1><p>Dear John Doe, ...<p/>'),
77+
$factory->legacy()->content('<h1>Mail Page Content</h1><p>Dear John Doe, ...</p>'),
7878
$dataFactory->link('https://www.ilias.de', $dataFactory->uri('https://www.ilias.de')),
7979
);
8080

0 commit comments

Comments
 (0)