Link token doesn't work if using leading slash for path after &token&

Roi Danton - October 28, 2008 - 11:34
Project:Advanced help
Version:6.x-1.x-dev
Component:Documentation
Category:task
Priority:normal
Assigned:Unassigned
Status:active
Description

If I use <a href="&base_url&/path#anchor"> the parsed link is http://path#anchor.

#1

Roi Danton - October 28, 2008 - 13:53
Title:Link token doesn't work if using anchor inside link» Link token doesn't work if using leading slash for path after &token&
Component:Code» Documentation
Category:bug report» task

The problem above had another reason:
If i write <a href="&base_url&/path#anchor"> the link don't work, instead it must be <a href="&base_url&path#anchor"> (without the slash).

This should be mentioned in using-advanced-help.html.

 
 

Drupal is a registered trademark of Dries Buytaert.