Skip to content

Commit

Permalink
fbdoc: wikka links use pipe char
Browse files Browse the repository at this point in the history
  • Loading branch information
jayrm committed Nov 26, 2017
1 parent 7eee3b9 commit 2bf7b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/fbchkdoc/mkprntoc.bas
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function MakeLink( byref sLink as string, byref sName as string ) as string
if( instr( sLink+sName, any "[]" ) > 0 ) then
function = "{{fbdoc item=""keyword"" value=""" + sLink + "|" + sName + """}}"
else
function = "[[" + sLink + " " + sName + "]]"
function = "[[" + sLink + "|" + sName + "]]"
end if
end function

Expand Down

0 comments on commit 2bf7b3f

Please sign in to comment.