Moar RSS validation stuff

This commit is contained in:
swag 2023-05-12 13:39:00 -04:00
parent 9a50afad14
commit 0a5e6a980d
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ has [qw{pg hr}];
has per_page => 5;
has date_format => 'Dy, FMDD Mon YYYY HH24:MI:SS OF';
has date_format => 'Dy, FMDD Mon YYYY HH24:MI:SS TZHTZM';
sub by_page_for($self, $thread_id, $this_page = 1) {
my $date_format = $self->date_format;

View File

@ -6,7 +6,7 @@ has [qw{pg hr}];
has per_page => 5;
has date_format => 'Dy, FMDD Mon YYYY HH24:MI:SS OF';
has date_format => 'Dy, FMDD Mon YYYY HH24:MI:SS TZHTZM';
sub create($self, $author, $title, $body, $hidden = 0, $flagged = 0) {
my $clean_body = $self->hr->process($body);