dm_html_comment Function

public pure function dm_html_comment(str) result(html)

Returns HTML comment. The given string is enclosed by <!-- and //-->. This function does not encode the argument.

Arguments

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

Comment string.

Return Value character(len=:), allocatable

Generated HTML.