mirror of
https://github.com/perlbot/perlbuut
synced 2025-06-09 03:05:43 -04:00
Merge branch 'master' of gitosis@isuckatdomains.net:perlbuut
This commit is contained in:
commit
29203f315c
1 changed files with 1 additions and 1 deletions
|
@ -361,7 +361,7 @@ sub get_fact_search {
|
||||||
my $ret_string;
|
my $ret_string;
|
||||||
for( @$results ) {
|
for( @$results ) {
|
||||||
#i want a better string here, i'll probably go with just the subject, XXX TODO
|
#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;
|
return $ret_string;
|
||||||
|
|
Loading…
Add table
Reference in a new issue