Cleaned the atom feed to validate against the feedvalidator.
This commit is contained in:
@@ -202,9 +202,10 @@ class IDF_WikiRevision extends Pluf_Model
|
||||
</div></content>
|
||||
</entry>';
|
||||
$page = $this->get_wikipage();
|
||||
$url = Pluf_HTTP_URL_urlForView('IDF_Views_Wiki::view',
|
||||
array($request->project->shortname,
|
||||
$page->title));
|
||||
$url = Pluf::f('url_base')
|
||||
.Pluf_HTTP_URL_urlForView('IDF_Views_Wiki::view',
|
||||
array($request->project->shortname,
|
||||
$page->title));
|
||||
$title = sprintf(__('%s: Documentation page %s updated - %s'),
|
||||
Pluf_esc($request->project->name),
|
||||
Pluf_esc($page->title), Pluf_esc($page->summary));
|
||||
|
Reference in New Issue
Block a user