From 9567d3112ef719df656062c424e6ca4cb1e28324 Mon Sep 17 00:00:00 2001 From: "endico%mozilla.org" Date: Thu, 21 Oct 1999 23:52:41 +0000 Subject: [PATCH] align bottom row to the right. doesn't seem to work in mozilla --- webtools/newsbot/newsbot.pl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/webtools/newsbot/newsbot.pl b/webtools/newsbot/newsbot.pl index 2362ede7bd70..04db966593c0 100755 --- a/webtools/newsbot/newsbot.pl +++ b/webtools/newsbot/newsbot.pl @@ -217,17 +217,18 @@ sub printarticle() { my ($artref) = @_; my %article = %{$artref}; +print "\n

\n"; print "{'Message-ID'} . "\">\n"; print "
\n"; print %article->{'Subject'} ."\n"; print "\n"; print "
\n"; print %article->{'Summary'}; -print "
\n"; +print "
\n"; print "\nPosted: " . %article->{'Date'} ."\n"; print "
"; print %article->{'Newsgroups'} . "\n"; -print "
"; +print "
\n"; print "{'Message-ID'} . ">\">\n"; print "View Article -\n"; print "{'Message-ID'} ."%3e%231/1\">\n";