Geeklog-Plugins / artwork

Original artwork files used by some plugins.
0 stars 0 forks source link

Preview issue with apostrophe in the title #57

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Make a preview of a post with an apostrophe in the title strips the content 
after the apostrophe. 

Original issue reported on code.google.com by hostelle...@gmail.com on 4 Apr 2012 at 2:30

GoogleCodeExporter commented 9 years ago

Original comment by TomHo...@gmail.com on 11 Jun 2012 at 1:20

GoogleCodeExporter commented 9 years ago
The issue come from COM_applyFilter($_POST['subject']) on line 91 in 
creatopic.php. As this function return COM_applyBasicFilter ($pa = explode( 
"'", $p );) a title with an apostrophe is explode.

Original comment by hostelle...@gmail.com on 10 Dec 2012 at 3:18