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 |
Jump to:
Description
If I use <a href="&base_url&/path#anchor"> the parsed link is http://path#anchor.

#1
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.