From 352d74414ce7910034e6284d42bba1703b9bbcee Mon Sep 17 00:00:00 2001 From: "endico%mozilla.org" Date: Thu, 21 Oct 1999 02:30:21 +0000 Subject: [PATCH] remove the full path names on newsbot.html and wrapped.html so wrap.pl doesn't add "../" to everything. communicator doesn't mind this but it breaks msie and probably mozilla --- webtools/newsbot/wrapnews.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webtools/newsbot/wrapnews.pl b/webtools/newsbot/wrapnews.pl index 141c5808b29e..9108e717c520 100755 --- a/webtools/newsbot/wrapnews.pl +++ b/webtools/newsbot/wrapnews.pl @@ -27,5 +27,5 @@ use strict; require "/e/stage-docs/mozilla-org/tools/wrap.pl"; dowrap("/e/stage-docs/mozilla-org/html/template.html", - "/opt/newsbot/newsbot.html", - "/opt/newsbot/wrapped.html"); + "newsbot.html", + "wrapped.html");