common_element('title', NULL, $channel['title']);
common_element('link', NULL, $channel['link']);
common_element('description', NULL, $channel['description']);
- common_element('cc:licence', NULL, $config['license']['url']);
+ common_element('cc:licence', array('rdf:resource' => $config['license']['url']));
if ($image) {
common_element('image', array('rdf:resource' => $image));
common_element('link', NULL, $nurl);
common_element('description', NULL, $notice->content);
common_element('dc:date', NULL, common_date_w3dtf($notice->created));
- common_element('cc:licence', NULL, $config['license']['url']);
+ common_element('cc:licence', array('rdf:resource' => $config['license']['url']));
common_element_end('item');
}