Skip to content
Snippets Groups Projects
Commit fdb650b0 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Oops, bugfix.

Rev: refdoc/presentation/tree-split-autodoc.pike:1.44
parent 4b514bef
Branches
Tags
No related merge requests found
/* /*
* $Id: tree-split-autodoc.pike,v 1.43 2002/12/21 18:16:21 grubba Exp $ * $Id: tree-split-autodoc.pike,v 1.44 2002/12/21 18:20:33 grubba Exp $
* *
*/ */
...@@ -48,6 +48,7 @@ string create_reference(string from, string to, string text) { ...@@ -48,6 +48,7 @@ string create_reference(string from, string to, string text) {
// Get rid of trailing "". // Get rid of trailing "".
a = a[0..0]; a = a[0..0];
} }
a[0] += "::";
return "<font face='courier'><a href='" + return "<font face='courier'><a href='" +
"../"*max(sizeof(from/"/") - 2, 0) + map(a, cquote)*"/" + ".html'>" + "../"*max(sizeof(from/"/") - 2, 0) + map(a, cquote)*"/" + ".html'>" +
text + text +
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment