From ce220769205f804de12be39e14026319fe75440f Mon Sep 17 00:00:00 2001 From: luccioman Date: Tue, 29 Aug 2017 07:32:33 +0200 Subject: [PATCH] Fixed Unresolved_Pattern occurence on results favicon HTML id. --- htroot/yacysearchitem.java | 1 + 1 file changed, 1 insertion(+) diff --git a/htroot/yacysearchitem.java b/htroot/yacysearchitem.java index 67a299e1d..555754284 100644 --- a/htroot/yacysearchitem.java +++ b/htroot/yacysearchitem.java @@ -199,6 +199,7 @@ public class yacysearchitem { prop.put("content_favicon", 1); } prop.putHTML("content_favicon_faviconUrl", processFaviconURL(ImageViewer.hasFullViewingRights(header, sb), faviconURL)); + prop.putHTML("content_favicon_urlhash", urlhash); if (result.limage() == 0) { if (faviconURL == null) {