HTML::ListEnd — End a HTML (unsorted) list
Import HTML;
string HTML::ListEnd (
void)
HTML code
For example [/ul]
You might consider using HTML::list() instead which takes a list of items and does all the rest by itself.