diff --git a/library/server/wsf/router/documentation/wsf_router_self_documentation_message.e b/library/server/wsf/router/documentation/wsf_router_self_documentation_message.e index 1b1bd834..6aea58be 100644 --- a/library/server/wsf/router/documentation/wsf_router_self_documentation_message.e +++ b/library/server/wsf/router/documentation/wsf_router_self_documentation_message.e @@ -158,10 +158,18 @@ feature {WSF_RESPONSE} -- Output if doc_url_supported then l_description.append ("Index
") end - if attached router.item_associated_with_resource (l_api_resource, Void) as l_api_item then - l_description.append ("

Information related to " + l_api_resource + "

") + if + attached router.items_associated_with_resource (l_api_resource, Void) as l_api_items and then + not l_api_items.is_empty + then + l_description.append ("

Information related to " + l_api_resource + "

") + across + l_api_items as c + loop + l_description.append ("") + end end else l_description.append ("

Router