Closed (fixed)
Project:
Lost & found issues
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
31 Dec 2007 at 20:13 UTC
Updated:
1 Feb 2008 at 22:21 UTC
Jump to comment: Most recent
The restapi_serialize_html() function at the end of restapi.module contains the line:
$output .= '<dd>' . restapi_serialize_html($value) . '</dt>';
it should be changed into something like:
$output .= '<dd>' . restapi_serialize_html($value) . '</dd>';
Comments
Comment #1
zostay commentedThanks, I've fixed it in CVS HEAD.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.