#!/usr/bin/tclsh
-# $Id: robot.tcl,v 1.45 2003/06/11 10:29:41 adam Exp $
+# $Id: robot.tcl,v 1.46 2003/09/18 07:41:25 adam Exp $
#
proc RobotFileNext1 {area lead} {
# puts "RobotFileNext1 area=$area lead=$lead"
set href [string trim $parm(href)]
if {![RobotHref $task $url href host path]} continue
set URL($task,$url,bpath) $path
- } a {
+ } -nonest a {
# <a href="...."> .. </a>
# we're not using nonest - otherwise body isn't set
if {$nofollow} continue