diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-04-10 19:54:38 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-04-10 19:54:38 -0400 |
commit | 2718fc2b2513e47e14e7cf98be6df5608c5e72d8 (patch) | |
tree | edafd3e99a8d173860907acdfad5d1aef01097bf /doc | |
parent | 92e39d7391cf5337445ce6129a1d31666c886bf8 (diff) |
response
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/relative_links.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/relative_links.mdwn b/doc/bugs/relative_links.mdwn index 1a59f2401..a1dc8f373 100644 --- a/doc/bugs/relative_links.mdwn +++ b/doc/bugs/relative_links.mdwn @@ -23,3 +23,5 @@ Errr... That is not a solution, that is a work around. ikiwiki does not hard cod I noticed the links to the images on <http://ikiwiki.info/recentchanges/> are also absolute, that is <http://ikiwiki.info/wikiicons/diff.png>; this seems surprising, as the change.tmpl file uses <TMPL_VAR BASEURL> which seems to do the right thing in page.tmpl, but not for change.tmpl. Where is BASEURL set? -- Brian May + +> The use of an absolute baseurl in change.tmpl is a special case. --[[Joey]] |