When using internal nodes, the HTML is getting created with two slashes at the beginning which is breaking the relative links.

For example:

{INT user/2}silfreed{/INT} => <a href='//user/2'>silfreed</a>
{NODE 399}Dad's 60th birthday{/NODE} => <a href='//node/399'>Dad's 60th birthday</a>

Comments

profix898’s picture

Status: Active » Fixed

Bugfix committed to Drupal-5 branch. Thanks.

Anonymous’s picture

Status: Fixed » Closed (fixed)