aboutsummaryrefslogtreecommitdiff
path: root/info2html
diff options
context:
space:
mode:
Diffstat (limited to 'info2html')
-rwxr-xr-xinfo2html3
1 files changed, 2 insertions, 1 deletions
diff --git a/info2html b/info2html
index a4dc62c..3feb0d2 100755
--- a/info2html
+++ b/info2html
@@ -414,6 +414,7 @@ sub PrintLinkInfo{
: " accesskey='n' title='alt-n: next' ";
}
#-- If no auxiliary file specified, use the current info file
+ $LinkFilePre = $LinkFile eq "" ? "" : "$LinkFile: ";
$LinkFile = $LinkFile eq "" ? $BaseInfoFile : $LinkFile;
$LinkRef = $LinkTag;
$LinkTag = &Escape($LinkTag);
@@ -422,7 +423,7 @@ sub PrintLinkInfo{
print <<"EOF";
<a href="info:($LinkFileEsc)$LinkTag" $LinkAtts
>$LinkTypeText
- <em>$LinkFile:</em> $LinkRef</a>
+ $LinkFilePre$LinkRef</a>
EOF
}