Bug #34540
HSC in <f:link.external>
| Status: | New | Start date: | 2012-03-05 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Votes: | 0 |
Description
Hi,
it's not possible to generate working links with a querystring.
Atm the original Link is:
http://www.datev.de/portal/ShowPage.do?pid=dpi&nid=132963&stat_Mparam=int_rss_datev-de_nachrichten-aus-dem-unternehmen
and it gets htmlspecialchared to
http://www.datev.de/portal/ShowPage.do?pid=dpi&nid=132963&stat_Mparam=int_rss_datev-de_nachrichten-aus-dem-unternehmen
This link is not working.
I don't know if this is an issue of this extension or from extbase.
A possible workaround could be sth. like this:
<a href="<f:format.raw>{item.link}</f:format.raw>" target="_blank"><f:format.html>{item.title}</f:format.html></a>