moseley 02/04/05 10:28:18
Modified: src/search SwishSpiderConfig.pl
Log:
The class attribute was changed in the template. This file uses that
attribute.
Revision Changes Path
1.7 +1 -1 modperl-docs/src/search/SwishSpiderConfig.pl
Index: SwishSpiderConfig.pl
===================================================================
RCS file: /home/cvs/modperl-docs/src/search/SwishSpiderConfig.pl,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- SwishSpiderConfig.pl 24 Mar 2002 17:06:38 -0000 1.6
+++ SwishSpiderConfig.pl 5 Apr 2002 18:28:18 -0000 1.7
@@ -64,7 +64,7 @@
# Now create a new "document" for each
create_page( $head->clone, $_->clone, \%params )
- for $tree->look_down( '_tag', 'div', 'class', 'index_section' );
+ for $tree->look_down( '_tag', 'div', 'class', 'index-section' );
## If a page doesn't have an "index_section" then it's probably a table
of contents (index.html)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]