this is a simple patch to take the arguments and feed them into LJ::CleanHTML::clean_event from within EntryPage_entry. this is completely untested code in every manner possible, but i believe how i think would be done. its near the tail end of a long call stack - very nice form their lj coders, thanks - and fairly autonomous, so it looks ok.
on line 262 of the august 25 2003 snapshop, insert:
# show a cut edition of your page in post form.
if ($opts->{'getargs'}->{'ljuncut'}) {
$entry->{'props'}->{'opts_preformatted'}
}
ideally it should also display something indicating that it is a cut page?
first time really digging through lj code. very nice. took a bit of cross referencing (mainly verifying that getargs was in fact the uri's arguments, but far less effort than expected. well done!