We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Layout/Page/Mail
1 parent 17b0988 commit 5a7fd46Copy full SHA for 5a7fd46
1 file changed
components/ILIAS/UI/src/examples/Layout/Page/Mail/base.php
@@ -74,7 +74,7 @@ function renderFullDemoPage(Container $dic): string
74
'assets/ui-examples/css/mail_examples.css',
75
'data:image/svg+xml;base64,' . base64_encode(file_get_contents('assets/images/logo/HeaderIcon.svg')),
76
'ILIAS e-Learning',
77
- $factory->legacy()->content('<h1>Mail Page Content</h1><p>Dear John Doe, ...<p/>'),
+ $factory->legacy()->content('<h1>Mail Page Content</h1><p>Dear John Doe, ...</p>'),
78
$dataFactory->link('https://www.ilias.de', $dataFactory->uri('https://www.ilias.de')),
79
);
80
0 commit comments