tags around the output result would be cool for checking the hierarchy i would say something like this on line 162 in services_admin_browse.inc $services_admin_browse_test_submit_result = "".print_r($result,true)."";
instead of :
//$services_admin_browse_test_submit_result = check_markup(print_r($result, true), 1);
Greetz sjors
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | services.patch | 877 bytes | robloach |
Comments
Comment #1
robloachcheck_markup seems to strip the tags, but we want to escape them. Adding
Comment #2
marcingy commentedI had this issue too I'll test today as I have some work to do a service that was affected by this.
Comment #3
marcingy commentedRTBC
Comment #4
marcingy commentedcommitted to 5 and 6
Comment #5
robloachThanks, Marc! Is this already in 6 do you know?
Comment #6
marcingy commentedyes I put it 6 last night
Comment #7
robloachAhhh, "committed to 5 and 6". Hahaha, thanks.
Comment #8
marcingy commented