Index: library/xotcl/library/lib/htmllib.xotcl =================================================================== diff -u -N -rf934951db464db1a6f39ac98290ecde17a466cd7 -r657e8c12562093e0b9c01eacc240cba1e4e09711 --- library/xotcl/library/lib/htmllib.xotcl (.../htmllib.xotcl) (revision f934951db464db1a6f39ac98290ecde17a466cd7) +++ library/xotcl/library/lib/htmllib.xotcl (.../htmllib.xotcl) (revision 657e8c12562093e0b9c01eacc240cba1e4e09711) @@ -258,7 +258,7 @@ ## ## The methods for generating various HTML structures are either a pair of ## start and end methods, such as startParagraph and endParagraph, or a single - ## method such as addListItem. Even if the the closing tag for

, for + ## method such as addListItem. Even if the closing tag for

, for ## example, is not required by the HTML specification, using the closing method ## is necessary to have the document properly indented.