1
0

minor whitespace and code cleanup

and a small github docnote fix
and added a todo for transforming a filename into a valid  upload path
This commit is contained in:
Ian
2015-09-30 11:22:37 +02:00
parent 9e49ecc8c3
commit d7b1e7d23d
6 changed files with 11 additions and 7 deletions

View File

@ -155,7 +155,7 @@ function serendipity_printEntries_rss(&$entries, $version, $comments = false, $f
break;
case 'atom1.0':
$entry_hook = 'frontend_display:atom-1.0:per_entry';
$entry_hook = 'frontend_display:atom-1.0:per_entry';
break;
}