From 2969b66559d824c1794ea53dba8c330cd708b236 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Sat, 8 Mar 2025 13:24:55 +0100 Subject: Remove "1" at the beginning of lines --- info2html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/info2html b/info2html index 674e09f..52b6b94 100755 --- a/info2html +++ b/info2html @@ -310,7 +310,7 @@ sub ReadTagTable{ #---------------------------------------------------------- sub ParsCrossRefs{ local($prev,$Line,$BaseInfoFile) = @_; - local($NewLine,$Token) = (1); + local($NewLine,$Token) = (); $Line = " ".$Line; if ($prev =~ /\*Note([^\t\,\.]*)$/i) { if ($Line =~ /^$TAG$TE/) { -- cgit v1.2.3