diff --git a/plugins/factoids.pm b/plugins/factoids.pm index 2f8ec15..dd63847 100644 --- a/plugins/factoids.pm +++ b/plugins/factoids.pm @@ -188,7 +188,7 @@ sub store_factoid { elsif( $predicate =~ s/^\s*also\s+// ) { my $fact = $self->_db_get_fact( _clean_subject( $subject ), $author ); - $predicate = $fact->{predicate} . " " . $predicate; + $predicate = $fact->{predicate} . " | " . $predicate; } return unless