]> granicus.if.org Git - graphviz/commitdiff
Fix error, not legal to have <ol> inside <font>
authorMark Hansen <mark@markhansen.co.nz>
Sun, 7 Jun 2020 09:51:22 +0000 (19:51 +1000)
committerMark Hansen <mark@markhansen.co.nz>
Sun, 7 Jun 2020 09:51:22 +0000 (19:51 +1000)
doc/info/lang.html
doc/infosrc/lang.2

index d91150ad007cee8abbb94d13d0543f6edd584274..5187055750979733ccf7756283aab254d89ce6ac 100644 (file)
@@ -282,7 +282,6 @@ into a string, one can use the ascii sequence <TT>&amp;beta;</TT>.
 In general, one should only use entities that are allowed in the output
 character set, and for which there is a glyph in the font.
 <HR>
-<FONT size="2">
 <OL TYPE="1">
 <LI> In quoted strings in DOT, the only escaped character is double-quote
 ("). That is, in quoted strings, the dyad &#92;" is converted to "; all other
@@ -293,6 +292,5 @@ of HTML strings. The new lex-based scanner makes this difficult to implement. Gi
 perceived lack of usefulness of this generality, we have restricted this feature to
 double-quoted strings, where it can actually be helpful.
 </OL>
-</FONT>
 </BODY>
 </HTML>
index 65c234fd78ef990cc2839e79d63df19992f71b9f..4a682bc653b0973b2782204758608b8680870757 100644 (file)
@@ -173,7 +173,6 @@ into a string, one can use the ascii sequence <TT>&amp;beta;</TT>.
 In general, one should only use entities that are allowed in the output
 character set, and for which there is a glyph in the font.
 <HR>
-<FONT size="2">
 <OL TYPE="1">
 <LI> In quoted strings in DOT, the only escaped character is double-quote
 ("). That is, in quoted strings, the dyad &#92;" is converted to "; all other
@@ -184,6 +183,5 @@ of HTML strings. The new lex-based scanner makes this difficult to implement. Gi
 perceived lack of usefulness of this generality, we have restricted this feature to
 double-quoted strings, where it can actually be helpful.
 </OL>
-</FONT>
 </BODY>
 </HTML>