diff --git a/www/index.pl b/www/index.pl index 7cd6a26..6e66335 100755 --- a/www/index.pl +++ b/www/index.pl @@ -724,7 +724,7 @@ sub man_page($man, $url) { my $data = $content =~ s/^\.\\".*//rmg; if ($data =~ m{^\s*\.so (?:[^\s]*/)?([^\s/]+)\s*$}s) { ($follow) = man_pref_name $1, SQL 'v.id =', $man->{verid}; - ($content, $fmt) = fu->SQL('SELECT content, html FROM contents WHERE id =', $follow->{content})->rowh if $follow; + ($content, $fmt) = fu->SQL('SELECT content, html FROM contents WHERE id =', $follow->{content})->rowl if $follow; } }