From 5eca97ace6f407be71e20c3e7027c3e22956966c Mon Sep 17 00:00:00 2001 From: Ryan Voots Date: Mon, 4 Jan 2010 22:35:16 -0500 Subject: [PATCH] god damn it tonight --- plugins/factoids.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/factoids.pm b/plugins/factoids.pm index d467865..df65d42 100644 --- a/plugins/factoids.pm +++ b/plugins/factoids.pm @@ -361,7 +361,7 @@ sub get_fact_search { my $ret_string; for( @$results ) { #i want a better string here, i'll probably go with just the subject, XXX TODO - $ret_string .= "[" . _fact_literal_format($_) . "] " if ($_->{predicate} =~ /^\s*$/); + $ret_string .= "[" . _fact_literal_format($_) . "] " if ($_->{predicate} !~ /^\s*$/); } return $ret_string;