Nonest on anchors
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 18 Sep 2003 07:41:25 +0000 (07:41 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 18 Sep 2003 07:41:25 +0000 (07:41 +0000)
robot.tcl

index 73d558a..9851f19 100755 (executable)
--- a/robot.tcl
+++ b/robot.tcl
@@ -1,5 +1,5 @@
 #!/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"
@@ -737,7 +737,7 @@ proc RobotTextHtml {task url out} {
             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