Help for this page
sub story { my ($source,$author) = @_; ... # If I wrote a story, I want people to know I wrote it at the bott +om. paragraph($tab,"written by $root_user", { class => 'author' }) if +!$author; }