issue with auto permissions

This commit is contained in:
friendica
2013-05-19 17:57:06 -07:00
parent 3e64208f48
commit f9fec7cf8f
3 changed files with 11 additions and 3 deletions

View File

@@ -83,7 +83,7 @@ function editpost_content(&$a) {
'$pvisit' => 'none',
'$public' => t('Public post'),
'$jotnets' => $jotnets,
'$title' => $itm[0]['title'],
'$title' => htmlspecialchars($itm[0]['title']),
'$placeholdertitle' => t('Set title'),
'$category' => file_tag_file_to_list($itm[0]['file'], 'category'),
'$placeholdercategory' => t('Categories (comma-separated list)'),