A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
Hi, this assertion fails and this make us to apply workaround to be able to use special symbols in link titles. Is this a bug in EPiServer 6?
Assert.AreEqual("<a href=\"http://google.com\" title=\"ä title\">ä item</a>",
(new LinkItem {
Href = "http://google.com",
Text = "ä item",
Title = "ä title" }).ToPermanentLink());
Assert.AreEqual failed. Expected:<<a href="http://google.com" title="ä title">ä item</a>>. Actual:<<a href="http://google.com" title="&#228; title">ä item</a>>.