Closed (fixed)
Project:
Linkit
Version:
7.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Feb 2011 at 13:03 UTC
Updated:
3 Jan 2014 at 02:58 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
anonFirst its need a review, then if it ok, we will patch this to 6.X =)
Comment #2
anonMe and vikfroberg has a better solution to this. Unfortunately I forgot the patch at work.
Comment #3
anonComment #4
anonAfter some testing my conclusion is that return the respone in JSON format solves this, but to send it as text/plain seems more correct.
Comment #5
anonDevel tell us that if the page output any Content-type http headers in this array
$formats = array('xml', 'javascript', 'json', 'plain', 'image', 'application', 'csv', 'x-comma-separated-values');It will not show the "devel footer".
So if we add the header in this (linkit_search_styled_link) we are all clear.
I have commited this two patches.