dm_html_small Function

public pure function dm_html_small(str) result(html)

Returns <small> element with encoded str enclosed.

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: str

Element content.

Return Value character(len=:), allocatable

Generated HTML.


Calls

proc~~dm_html_small~~CallsGraph proc~dm_html_small dm_html_small proc~dm_html_encode dm_html_encode proc~dm_html_small->proc~dm_html_encode

Called by

proc~~dm_html_small~~CalledByGraph proc~dm_html_small dm_html_small proc~dm_html_heading dm_html_heading proc~dm_html_heading->proc~dm_html_small proc~dm_html_header dm_html_header proc~dm_html_header->proc~dm_html_heading proc~dm_html_observ dm_html_observ proc~dm_html_observ->proc~dm_html_heading