decode output from swish
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 15 Mar 2003 21:34:36 +0000 (21:34 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 15 Mar 2003 21:34:36 +0000 (21:34 +0000)
git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@41 13eb9ef6-21d5-0310-b721-a9d68796d827

WebPac.pm

index 73080ae..d79040b 100644 (file)
--- a/WebPac.pm
+++ b/WebPac.pm
@@ -109,10 +109,8 @@ sub show_results_list {
                        push @swish_results, {
                                nr => ($#swish_results + 2),
                                path => $hit->swishdocpath,
-#                              headline => $from_utf8->convert($hit->headline),
-#                              html => back2html($from_utf8->convert($hit->html)),
-                               headline => $hit->headline,
-                               html => back2html($hit->html),
+                               headline => $from_utf8->convert($hit->headline),
+                               html => back2html($from_utf8->convert($hit->html)),
                                rank => $hit->swishrank };
 
                },