thiur / jobberbase

Automatically exported from code.google.com/p/jobberbase
MIT License
0 stars 0 forks source link

Admin - post - preview - adds extra quotes #38

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Go to: Admin panel -> Post a job
2. Fill the form with test data and enter this as job description:
* "google":http://www.google.com
3. Press Preview button and observe as the Textile formatting gets messed up 
and text is replaced with:
* \"google\":http://www.google.com

What is the expected output? What do you see instead?

I was expecting to see a link. Extra quotes added by, I presume, PHP (missing 
stripslashes()?) broke the thing.

What version of the product are you using? On what operating system?

Jobberbase 1.9.1. Note that this happens only when editing via admin panel. 
Normal posting seems to work fine.

Original issue reported on code.google.com by darek.ru...@gmail.com on 21 Dec 2011 at 4:50