More RSS validation stuff
This commit is contained in:
parent
d83bc4b593
commit
78a7338f7b
|
@ -6,7 +6,7 @@ has [qw{pg hr}];
|
|||
|
||||
has per_page => 5;
|
||||
|
||||
has date_format => 'Dy, FMDD Mon YYYY HH24:MI:SS TZ';
|
||||
has date_format => 'Dy, FMDD Mon YYYY HH24:MI:SS OF';
|
||||
|
||||
sub by_page_for($self, $thread_id, $this_page = 1) {
|
||||
my $date_format = $self->date_format;
|
||||
|
|
|
@ -6,7 +6,7 @@ has [qw{pg hr}];
|
|||
|
||||
has per_page => 5;
|
||||
|
||||
has date_format => 'Dy, FMDD Mon YYYY HH24:MI:SS TZ';
|
||||
has date_format => 'Dy, FMDD Mon YYYY HH24:MI:SS OF';
|
||||
|
||||
sub create($self, $author, $title, $body, $hidden = 0, $flagged = 0) {
|
||||
my $clean_body = $self->hr->process($body);
|
||||
|
|
Loading…
Reference in New Issue
Block a user