From aef2e02c0b60f9ef99b139f20859aa266febbbca Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bj=C3=B6rn=20Lindqvist?= Date: Mon, 22 Jul 2013 14:27:10 +0200 Subject: [PATCH] html.parser.printer: explaining comment --- extra/html/parser/printer/printer.factor | 1 + 1 file changed, 1 insertion(+) 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 -- ) -- 2.34.1