annotate env/util/html_rss_head.lua @ 182:24b61c3fd933
Added missing encoding to suggestion text
author |
bsw |
date |
Mon Nov 01 22:01:45 2010 +0100 (2010-11-01) |
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
|