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

zostay’s picture

Assigned: Unassigned » zostay
Status: Active » Fixed

Thanks, I've fixed it in CVS HEAD.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

Project: » Lost & found issues

This issue’s project has disappeared. Most likely, it was a sandbox project, which can be deleted by its maintainer. See the Lost & found issues project page for more details. (The missing project ID was 177552)