bagder: curl-www/docs faqparse.pl,1.5,1.6
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www/docs
In directory labb:/tmp/cvs-serv20001
Modified Files:
faqparse.pl
Log Message:
strip off the file name to make this script more generic
Index: faqparse.pl
===================================================================
RCS file: /cvsroot/curl/curl-www/docs/faqparse.pl,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- faqparse.pl 30 Jul 2007 12:34:13 -0000 1.5
+++ faqparse.pl 20 Sep 2007 14:39:42 -0000 1.6
@@ -35,7 +35,7 @@
print "\n<p>\n";
$o = $s;
}
- printf "<a href=\"faq.html#%s\">%s</a> %s<br>\n",
+ printf "<a href=\"#%s\">%s</a> %s<br>\n",
$link{$_}, $_, $faq{$_};
}