Index: gm-generate.pl =================================================================== RCS file: /sources/womb/gnumaint/gm-generate.pl,v retrieving revision 1.15 diff -U 2 -r1.15 gm-generate.pl --- gm-generate.pl 5 Nov 2013 14:41:52 -0000 1.15 +++ gm-generate.pl 10 Jan 2014 05:25:43 -0000 @@ -411,9 +411,11 @@ # let's advertise if the package is looking for a maintainer. maybe # we'll find someone. - push (@ret, "This package is looking for a maintainer.") + push (@ret, qq!! + . "This package is looking for a maintainer.") if $activity =~ /^nomaint/; my $doc_links = "/manual/manual.html#$xhtml_id"; - push (@ret, qq!(doc)! + push (@ret, qq!! + . qq!(doc)! . qq!

!);