eschnou / storytlr

Storytlr is an opensource lifestreaming and microblogging platform written in PHP. Note: The default branch (master) is the development branch, if you need a stable version, see the release-XX branches, tags, or downloads.
http://storytlr.org
Other
216 stars 57 forks source link

Characters are escaped #88

Closed socialmeems closed 9 years ago

socialmeems commented 10 years ago

Hello there my problem is when i post status or video that contain ' or " i also get ( '/ ) Thats why the code didnt work.

http://i.imgur.com/g6ihQMD.png

Please help and sorry for my english .

eschnou commented 10 years ago

This is the normal behavior. For security reasons, text is escaped, you cannot put HTML content in a status update.

socialmeems commented 10 years ago

When i choose post type and type like this eg. " No one " , my post will results as /" No one "/ And when i post via video i got the same error