From aa826379cd91afdbb8934d7eb9c432b215261a12 Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Mon, 29 Jul 2019 23:12:24 +0200 Subject: do not allow robots to index polls --- dudle.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/dudle.rb b/dudle.rb index 53edbae..b186a10 100644 --- a/dudle.rb +++ b/dudle.rb @@ -135,6 +135,7 @@ class Dudle @wizzardindex = configfiles.index(@tab) if @is_config @html = HTML.new("dudle - #{@title} - #{@tabtitle}",params[:relative_dir]) + @html.add_html_head('') @html.header["Cache-Control"] = "no-cache" else @basedir = "." -- cgit v1.2.3