From 2c890fa4b498519860341981e70388f2a1bd6a89 Mon Sep 17 00:00:00 2001 From: Ryan Voots Date: Thu, 7 Oct 2010 16:22:22 -0400 Subject: [PATCH] cosmetic changes to "is also" --- plugins/factoids.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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