Skip to content

Commit

Permalink
Fixed Unresolved_Pattern occurence on results favicon HTML id.
Browse files Browse the repository at this point in the history
  • Loading branch information
luccioman committed Aug 29, 2017
1 parent a1a0515 commit ce22076
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions htroot/yacysearchitem.java
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ public static serverObjects respond(final RequestHeader header, final serverObje
prop.put("content_favicon", 1); prop.put("content_favicon", 1);
} }
prop.putHTML("content_favicon_faviconUrl", processFaviconURL(ImageViewer.hasFullViewingRights(header, sb), faviconURL)); prop.putHTML("content_favicon_faviconUrl", processFaviconURL(ImageViewer.hasFullViewingRights(header, sb), faviconURL));
prop.putHTML("content_favicon_urlhash", urlhash);


if (result.limage() == 0) { if (result.limage() == 0) {
if (faviconURL == null) { if (faviconURL == null) {
Expand Down

0 comments on commit ce22076

Please sign in to comment.