From b029f6cb8abc725c5a9adbad8f5cace5a80c5d27 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Sat, 8 Mar 2025 13:22:17 +0100 Subject: Replace links to info: URLs --- info2html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/info2html b/info2html index 868af7a..9af2bf1 100755 --- a/info2html +++ b/info2html @@ -205,7 +205,7 @@ sub MenuItem2HTML{ # Yes, we routinely double-escape. Does anyone remember why? #-- produce a HTML line - return "$MENU_DOT$MenuLinkRef$MenuLinkText"; + return "$MENU_DOT$MenuLinkRef$MenuLinkText"; } #------------------------------------------------------------- @@ -339,7 +339,7 @@ sub ParsCrossRefs{ $CrossRefRef =~ s/-NEWLINE-/\n/g; $CrossRefTag = &Escape($CrossRefTag); # -- escape specials $BaseInfoFile = &Escape($BaseInfoFile); - $NewLine .= "$CR_URL$CrossRefRef$CrossRefText"; + $NewLine .= "$CR_URL$CrossRefRef$CrossRefText"; next; # -- .. take the next one } if ($CrossRef !~ /$TE/) { # never mind if tag doesn't end on this line @@ -373,7 +373,7 @@ sub ParsCrossRefs{ $CrossRefTag = &Escape($CrossRefTag); #-- escape specials $CrossRefFile = &Escape($CrossRefFile); #-- append the HTML text - $NewLine .= "$CR_URL$CrossRefRef$CrossRefText"; + $NewLine .= "$CR_URL$CrossRefRef$CrossRefText"; } if ($NewLine =~ /\*Note([^\t\,\.]*)$/i) { return "DONTPRINTYET $NewLine"; @@ -420,7 +420,7 @@ sub PrintLinkInfo{ $LinkFileEsc = &Escape($LinkFile); #-- print the HTML Text print <<"EOF"; -$LinkTypeText $LinkFile: $LinkRef EOF -- cgit v1.2.3