From fffb6108be64563692b177857947c6c9634c96de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Tue, 2 Dec 1997 23:00:40 -0800 Subject: [PATCH] dead links unlinked now... Rev: tutorial/html.pike:1.10 --- tutorial/html.pike | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tutorial/html.pike b/tutorial/html.pike index b9400ef05e..f0a208e776 100644 --- a/tutorial/html.pike +++ b/tutorial/html.pike @@ -324,9 +324,12 @@ SGML convert(SGML data) if(!link_to_page[to]) { werror("Warning: Cannot find link "+to+" (near "+data->location()+")\n"); + ret+=data->data; + continue; + }else{ + data->params->href=mklinkname(link_to_page[to])+"#"+to; + break; } - data->params->href=mklinkname(link_to_page[to])+"#"+to; - break; } case "ref": -- GitLab