From: Emden R. Gansner Date: Fri, 19 Sep 2014 20:51:51 +0000 (-0400) Subject: Fix missing in lang.2. X-Git-Tag: TRAVIS_CI_BUILD_EXPERIMENTAL~159^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=feee8a9fe637155efdf8a8a382fa54e4c86ce871;p=graphviz Fix missing in lang.2. --- diff --git a/doc/info/lang.html b/doc/info/lang.html index fc852b26e..030be4975 100644 --- a/doc/info/lang.html +++ b/doc/info/lang.html @@ -136,7 +136,7 @@ escape sequences for ", &, <, and > 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 HTML-like labels. +for HTML-like labels.

Both quoted strings and HTML strings are scanned as a unit, so any embedded comments will be treated as part of the strings. diff --git a/doc/infosrc/lang.2 b/doc/infosrc/lang.2 index 188765c00..1a2028c5f 100644 --- a/doc/infosrc/lang.2 +++ b/doc/infosrc/lang.2 @@ -27,7 +27,7 @@ escape sequences for ", &, <, and > 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 HTML-like labels. +for HTML-like labels.

Both quoted strings and HTML strings are scanned as a unit, so any embedded comments will be treated as part of the strings.