dm_html_p Function

public pure function dm_html_p(str, encode) result(html)

Returns HTML paragraph. This function does not encode the argument str unless encode is .true..

Arguments

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

Paragraph string.

logical, intent(in), optional :: encode

HTML-encode string.

Return Value character(len=:), allocatable

Generated HTML.


Calls

proc~~dm_html_p~~CallsGraph proc~dm_html_p dm_html_p proc~dm_html_encode dm_html_encode proc~dm_html_p->proc~dm_html_encode