diff options
| author | hukl <contact@smyck.org> | 2009-11-18 14:24:10 +0100 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-11-18 14:24:10 +0100 |
| commit | 2cb32d1360c882746ba413025b98a87d77b4598c (patch) | |
| tree | 4ccc8e24e3ccc0666697b59733e2c19c23f1e664 | |
| parent | 48699e822a9dd5141265d8ff31a8a7966a460c12 (diff) | |
rdf needs the path to be the url
| -rw-r--r-- | app/views/rss/updates.rdf.builder | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/rss/updates.rdf.builder b/app/views/rss/updates.rdf.builder index d59bae8..00b6242 100644 --- a/app/views/rss/updates.rdf.builder +++ b/app/views/rss/updates.rdf.builder | |||
| @@ -16,7 +16,7 @@ xml.tag!("rdf:RDF", "xmlns:rdf" => "http://www.w3.org/1999/02/22-rdf-syntax-ns#" | |||
| 16 | end | 16 | end |
| 17 | 17 | ||
| 18 | @items.each do |item| | 18 | @items.each do |item| |
| 19 | xml.item("rdf:about" => content_url(:page_path => item.node.id)) do | 19 | xml.item("rdf:about" => content_url(:page_path => item.node.unique_path)) do |
| 20 | xml.title(item.title) | 20 | xml.title(item.title) |
| 21 | xml.link(content_url(:page_path => item.node.unique_path)) | 21 | xml.link(content_url(:page_path => item.node.unique_path)) |
| 22 | xml.description(item.abstract) | 22 | xml.description(item.abstract) |
