From:
diff --git a/II/T.pm b/II/T.pm index d80fd3c..c6688f5 100644 --- a/II/T.pm +++ b/II/T.pm @@ -94,7 +94,16 @@ sub post { my $post = II::T->pre( $data->{post} ); + my $cut; + if ( $data->{subg} =~ /Re:\s(.+)/ ) { + $cut = $1; + } + else { + $cut = $data->{subg}; + } + $p->param( SUBG => $data->{subg} ); + $p->param( CUT => $cut ); $p->param( TIME => "$time" ); $p->param( FROM => $data->{from} ); $p->param( TO => $data->{to} ); diff --git a/t/head.html b/t/head.html index 4a2d6d9..9bcf037 100644 --- a/t/head.html +++ b/t/head.html @@ -20,6 +20,7 @@ /*position: relative;*/ background-color: #C7BA6C; border-color: #999; + color: #222; border-radius: 5px; padding-left: 10px; margin-right: 10px; diff --git a/t/post.html b/t/post.html index 9117a76..e05f28b 100644 --- a/t/post.html +++ b/t/post.html @@ -1,5 +1,5 @@