You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Roundcube rewrites ids in e.g. div tags for obvious reasons. But these are sometimes used as targets of internal links, yet Roundcube does not also rewrite the hrefs in the a tags.
HTML from email:
<li><a href="#6277138">CFP (Journal): Special Issue: ‘Historicising the perpetrators of sexual violence: global perspectives’ (Deadline 31 October 2020)</a></li>
...
<div id="6277138" class="digest-row">
HTML sent to browser by Roundcube:
<li><a href="#6277138">CFP (Journal): Special Issue: 'Historicising the perpetrators of sexual violence: global perspectives' (Deadline 31 October 2020)</a></li>
...
<div id="v16277138" class="v1digest-row">
The text was updated successfully, but these errors were encountered:
Roundcube rewrites ids in e.g. div tags for obvious reasons. But these are sometimes used as targets of internal links, yet Roundcube does not also rewrite the hrefs in the a tags.
HTML from email:
HTML sent to browser by Roundcube:
The text was updated successfully, but these errors were encountered: