Don't print the package name in comments. This broke SGML

for the gtk-- port.
This commit is contained in:
Wolfram Schneider 1998-09-19 17:15:20 +00:00
parent 2b6382d202
commit 95254171e0
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=3520

View file

@ -163,7 +163,7 @@ sub main {
# Add an entry to the master index
$master[$portnumber] =
"<!-- $name --><STRONG><A HREF=\"$cat[0].html#$name\">$name</A></STRONG> " .
"<STRONG><A HREF=\"$cat[0].html#$name\">$name</A></STRONG> " .
" -- <EM>$desc</EM><BR>\n";
$portnumber++;
}