Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5962eb0 commit f015d9aCopy full SHA for f015d9a
1 file changed
Doc/tools/node2label.pl
@@ -39,7 +39,7 @@
39
while (<>) {
40
# don't want to do one s/// per line per node
41
# so look for lines with hrefs, then do s/// on nodes present
42
- if (/(HREF|href)=[\"\']([^\#\"\']*)html[\#\"\']/) {
+ if (/(HREF|href)=[\"\']node\d+\.html[\#\"\']/) {
43
@parts = split(/(HREF|href)\=[\"\']/);
44
shift @parts;
45
for $node (@parts) {
0 commit comments