]> git.mxchange.org Git - friendica.git/commitdiff
double quotes in title mess up editpost
authorfriendica <info@friendica.com>
Sat, 18 May 2013 23:02:31 +0000 (16:02 -0700)
committerfriendica <info@friendica.com>
Sat, 18 May 2013 23:02:31 +0000 (16:02 -0700)
boot.php
mod/editpost.php
util/messages.po

index 3c55c377c87f14d85c5b77699d02e28c00f8060a..6819abd3b01697aa71c38f02354c4a3264340a24 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -12,7 +12,7 @@ require_once('library/Mobile_Detect/Mobile_Detect.php');
 require_once('include/features.php');
 
 define ( 'FRIENDICA_PLATFORM',     'Friendica');
-define ( 'FRIENDICA_VERSION',      '3.1.1699' );
+define ( 'FRIENDICA_VERSION',      '3.1.1704' );
 define ( 'DFRN_PROTOCOL_VERSION',  '2.23'    );
 define ( 'DB_UPDATE_VERSION',      1163      );
 define ( 'EOL',                    "<br />\r\n"     );
index 258e2e0b15652d5390f3419e86f1b69016864a18..afa9d98682c3d630bc2161d395b541f62bc69c9c 100644 (file)
@@ -133,7 +133,7 @@ function editpost_content(&$a) {
                '$emailcc' => t('CC: email addresses'),
                '$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' => (feature_enabled(local_user(),'categories') ? t('Categories (comma-separated list)') : ''),
index f5528e1577ae7b0d8381831abbc88b8bfa6ce570..88a0d62585bf027593d53d867fcd62868ba4fec7 100644 (file)
@@ -6,9 +6,9 @@
 #, fuzzy
 msgid ""
 msgstr ""
-"Project-Id-Version: 3.1.1699\n"
+"Project-Id-Version: 3.1.1704\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-05-13 00:03-0700\n"
+"POT-Creation-Date: 2013-05-18 00:02-0700\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"