liquid_feedback_frontend

annotate env/util/html_rss_head.lua @ 238:394e264f9f2b

Revisit fix in commit 221:7db22d3e9eea that prevented voting results to be sorted by delegations
author Ingo Bormuth <mail@ibormuth.de>
date Mon Dec 19 01:53:17 2011 +0100 (2011-12-19)
parents 88ac7798b562
children
rev   line source
bsw/jbe@52 1 function util.html_rss_head(args)
bsw/jbe@52 2 slot.put_into("html_head", '<link rel="alternate" type="application/rss+xml" title="' .. encode.html(args.title) .. '" href="' .. encode.url{ module = args.module, view = args.view, id = args.id, params = args.params } .. '">')
bsw/jbe@52 3 end

Impressum / About Us