]> granicus.if.org Git - graphviz/commitdiff
Fix missing </A> in lang.2.
authorEmden R. Gansner <erg@alum.mit.edu>
Fri, 19 Sep 2014 20:51:51 +0000 (16:51 -0400)
committerEmden R. Gansner <erg@alum.mit.edu>
Fri, 19 Sep 2014 20:51:51 +0000 (16:51 -0400)
doc/info/lang.html
doc/infosrc/lang.2

index fc852b26e7d992142e2cd398b2ae4f70ec6c38be..030be4975b0efb0a72a1def2e1fa5eb182816263 100644 (file)
@@ -136,7 +136,7 @@ escape sequences for &quot;, &amp;, &lt;, and &gt; may be necessary
 in order to embed these characters in attribute values or raw text.
 As an ID, an HTML string can be any legal XML string. However, if used
 as a label attribute, it is interpreted specially and must follow the syntax
-for <A HREF=shapes.html#html>HTML-like labels<A>.
+for <A HREF=shapes.html#html>HTML-like labels</A>.
 <P>
 Both quoted strings and HTML strings are scanned as a unit, so
 any embedded comments will be treated as part of the strings.
index 188765c009d8391d945f01e19ca49c176df43238..1a2028c5f2c299426d04da610ec1fdde94982661 100644 (file)
@@ -27,7 +27,7 @@ escape sequences for &quot;, &amp;, &lt;, and &gt; may be necessary
 in order to embed these characters in attribute values or raw text.
 As an ID, an HTML string can be any legal XML string. However, if used
 as a label attribute, it is interpreted specially and must follow the syntax
-for <A HREF=shapes.html#html>HTML-like labels<A>.
+for <A HREF=shapes.html#html>HTML-like labels</A>.
 <P>
 Both quoted strings and HTML strings are scanned as a unit, so
 any embedded comments will be treated as part of the strings.