diff --git a/extra/html/parser/printer/printer.factor b/extra/html/parser/printer/printer.factor index fbad8581df..f5fa7482ef 100644 --- a/extra/html/parser/printer/printer.factor +++ b/extra/html/parser/printer/printer.factor @@ -81,6 +81,7 @@ SYMBOL: tagstack M: html-prettyprinter print-opening-tag ( tag -- ) name>> [ tabs "<" append ">\n" surround write ] + ! These tags usually don't have any closing tag associated with them. [ { "br" "img" } member? [ #indentations inc ] unless ] bi ; M: html-prettyprinter print-closing-tag ( tag -- )