properly close rss feed
This commit is contained in:
parent
1ff5fb9a43
commit
33aeb28140
@ -41,6 +41,8 @@ LIMIT 1000
|
||||
ret.push_str(&format!("({}) {}", log.created_at, log.msg));
|
||||
ret.push_str("</item>");
|
||||
}
|
||||
ret.push_str("</channel>");
|
||||
ret.push_str("</rss>");
|
||||
ret
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user