ljpost typos

This commit is contained in:
friendica 2012-02-28 15:03:48 -08:00
parent c76f70605f
commit 68cb647421
1 changed files with 5 additions and 5 deletions

View File

@ -171,11 +171,11 @@ $title = '<title>' . (($b['title']) ? $b['title'] : t('Post from Friendica')) .
$post = $title . bbcode($b['body']);
$post = xmlify($post);
$year = date('Y')
$month = date('F')
$day = date('l')
$hour = date('H')
$min = date('i')
$year = date('Y');
$month = date('F');
$day = date('l');
$hour = date('H');
$min = date('i');
$xml = <<< EOT