rev update - add cancel markup to editor

This commit is contained in:
friendica 2012-09-15 15:23:15 -07:00
commit 669d2b890e
4 changed files with 105 additions and 103 deletions

View file

@ -133,6 +133,7 @@ function editpost_content(&$a) {
'$preview' => t('Preview'),
'$jotplugins' => $jotplugins,
'$sourceapp' => t($a->sourcename),
'$cancel' => t('Cancel')
));
return $o;