sergehuber commented on PR #728: URL: https://github.com/apache/unomi/pull/728#issuecomment-3244521495
Actually I have fixed that in the 2.7.x release branch and wanted to backport it to the main branch after completing the release. I solved this differently by closing the <p> tag before the <ul> because the list tags are not allowed inside the <p> tags. But it seems to work fine otherwise when keeping the </p> tag. You can find my commit here, you will notice it requires a lot less changes : https://github.com/apache/unomi/commit/d06b31bf324ee71686ce15bbc69d0fa601c1cf6b -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
