--- bin/savecomment 2003-04-20 05:42:36.000000000 -0500 +++ bin/savecomment~ 2003-04-20 05:41:44.000000000 -0500 @@ -123,11 +123,7 @@ if ($mode eq $defaultPostfixName) { $text =~ s/%COMMENT(.*?)%/%COMMENT$1%\n$formattedPost/g; } else { - # MRJC - if we can't replace it where it is supposed to go, - # stick it at the end. This allows %COMMENT% to go in the template - if (! ($text =~ s/%COMMENT/$formattedPost%COMMENT/g)) { - $text .= $formattedPost; - } + $text =~ s/%COMMENT/$formattedPost%COMMENT/g; } } }