diff options
author | friendica <info@friendica.com> | 2013-05-19 17:57:06 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-05-19 17:57:06 -0700 |
commit | f9fec7cf8f328f44a5550d50029ad115311eb45a (patch) | |
tree | 01daa1ab29ea36c85c214d6767cab76ebd4e560e /mod/editpost.php | |
parent | 3e64208f481bf60ef74202d6cc6f899e55c74340 (diff) | |
download | volse-hubzilla-f9fec7cf8f328f44a5550d50029ad115311eb45a.tar.gz volse-hubzilla-f9fec7cf8f328f44a5550d50029ad115311eb45a.tar.bz2 volse-hubzilla-f9fec7cf8f328f44a5550d50029ad115311eb45a.zip |
issue with auto permissions
Diffstat (limited to 'mod/editpost.php')
-rw-r--r-- | mod/editpost.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/editpost.php b/mod/editpost.php index 1d7b7b6fb..b28e58348 100644 --- a/mod/editpost.php +++ b/mod/editpost.php @@ -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)'), |