We have a customer were the XhtmlString is not resolving the URLs correctly. On the page Cybertip: Privacy tips for in case of a data breach there are a few links at the bottom (under More cybertips) that link to an English page, but the link itself is a) still in GUID format, and b) links to the Dutch version of the page. Does anyone know what to do about it?
The few links in the text are set to go to the English version, but the two at the bottom have the language set to "Automatic".
Unfortunately upgrading is not (yet) an option, but the customer would like this fixed.
<p>I totaly forgot about this thread... We contacted Developer Support and they've given us the tip to do </p>
<pre class="brush:html;auto-links:false;toolbar:false" contenteditable="false">@Html.DisplayFor(m => m.CurrentPage.Body)</pre>
<p>instead of</p>
<pre class="brush:html;auto-links:false;toolbar:false" contenteditable="false">@Model.CurrentPage.Body</pre>
<p>That seems to work just fine as the linked page up above is now rocking some nice and proper URLs.</p>
Hi,
We have a customer were the XhtmlString is not resolving the URLs correctly. On the page Cybertip: Privacy tips for in case of a data breach there are a few links at the bottom (under More cybertips) that link to an English page, but the link itself is a) still in GUID format, and b) links to the Dutch version of the page. Does anyone know what to do about it?
The few links in the text are set to go to the English version, but the two at the bottom have the language set to "Automatic".
Unfortunately upgrading is not (yet) an option, but the customer would like this fixed.
Thanks,
Patrick