--- WebGUI/Asset/Post-orig.pm 2007-05-02 14:56:08.000000000 -0600 +++ WebGUI/Asset/Post.pm 2007-05-04 15:55:42.000000000 -0600 @@ -437,6 +437,13 @@ } #------------------------------------------------------------------- +sub getRssUrl { + my $self = shift; + my $cs = $self->getThread->getParent; + $cs->getRssUrl; +} + +#------------------------------------------------------------------- sub getStatus { my $self = shift; my $status = $self->get("status"); @@ -1036,6 +1043,7 @@ # Need the unless to avoid infinite recursion. $self->getThread->prepareView; } + $self->session->style->setLink($self->getRssUrl,{ rel=>'alternate', type=>'application/rss+xml', title=>'RSS' }); } sub view {