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

This commit is contained in:
endico%mozilla.org 1999-10-21 02:30:21 +00:00
Родитель 1cdcaa4d73
Коммит 352d74414c
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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");