buildCloseTagHTML method

String buildCloseTagHTML()

Implementation

String buildCloseTagHTML() {
  return '</$tag>';
}