isearch/commit

Try to display a label for the title

authorJan Wielemaker
Tue Mar 1 16:12:14 2011 +0100
committerJan Wielemaker
Tue Mar 1 16:12:14 2011 +0100
commit972ad1484c872bfb51c09192785fe64a93bfadd1
treef7bb005cfdce11117bcb3879a58d763d50ab706d
parentc83874bdffe7b901e9ae182963e780d45e051936
Diff style: patch stat
diff --git a/applications/isearch.pl b/applications/isearch.pl
index c227eff..b6db535 100644
--- a/applications/isearch.pl
+++ b/applications/isearch.pl
@@ -721,7 +721,10 @@ result_item(R, _Graph) -->
 	html([ div(class(thumbnail),
 		   \result_image(R)),
 	       div(class(text),
-		   [ div(class(title),       \rdf_link(R, [max_length(120)])),
+		   [ div(class(title),       \rdf_link(R,
+						       [ resource_format(label),
+							 max_length(120)
+						       ])),
 		     div(class(subtitle),    \result_subtitle(R)),
 		     div(class(description), \result_description(R))
 		   ])