diff --git a/htroot/Surftips.html b/htroot/Surftips.html index 1eee6730d..82198693c 100644 --- a/htroot/Surftips.html +++ b/htroot/Surftips.html @@ -5,6 +5,12 @@ #%env/templates/metas.template%# +
#(display)# @@ -28,7 +34,7 @@ :: - + #(/recommend)# diff --git a/htroot/Surftips.java b/htroot/Surftips.java index dfc8a2fd5..5da6be93d 100644 --- a/htroot/Surftips.java +++ b/htroot/Surftips.java @@ -95,6 +95,7 @@ public class Surftips { map.put("description", crypt.simpleDecode(post.get("description", ""), null)); map.put("vote", "positive"); map.put("refid", post.get("refid", "")); + map.put("comment", post.get("comment", "")); yacyCore.newsPool.publishMyNews(new yacyNewsRecord("stippavt", map)); }