]> granicus.if.org Git - graphviz/commitdiff
Escape some more angle brackets
authorMark Hansen <mark@markhansen.co.nz>
Sun, 7 Jun 2020 08:56:52 +0000 (18:56 +1000)
committerMark Hansen <mark@markhansen.co.nz>
Sun, 7 Jun 2020 08:58:25 +0000 (18:58 +1000)
Mirror image of
https://gitlab.com/graphviz/graphviz.gitlab.io/-/merge_requests/116

doc/info/shapes.html
doc/infosrc/templates/shapes.html.j2

index 7166e818574b8a46f3b4be24c65996219d8ebd1f..14124812152c0f7a839872baa6e42d496237b0ba 100644 (file)
@@ -306,7 +306,7 @@ which has the following schema:
   <TABLE>
   <TR><TD ALIGN=right><I>rlabel</I><TD>=<TD><I>field</I> ( '|' <I>field</I> )*</TR>
   <TR><TD ALIGN=right>where <I>field</I><TD>=<TD>fieldId</I> or '{' <I>rlabel</I> '}'</TR>
-  <TR><TD ALIGN=right>and <I>fieldId</I><TD>=<TD> [ '<' <I>string</I> '>'] [ <I>string</I> ]</TR>
+  <TR><TD ALIGN=right>and <I>fieldId</I><TD>=<TD> [ '&lt;' <I>string</I> '&gt;'] [ <I>string</I> ]</TR>
   </TABLE>
 Braces, vertical bars and angle brackets must be escaped with
 a backslash character if you wish them to appear as a literal character.
index 0e3d3d44d2c784d6541b037635d5fe6a0f8ef05d..8ed9da22caf66943fad9ab7bae2821f74d535084 100644 (file)
@@ -140,7 +140,7 @@ which has the following schema:
   <TABLE>
   <TR><TD ALIGN=right><I>rlabel</I><TD>=<TD><I>field</I> ( '|' <I>field</I> )*</TR>
   <TR><TD ALIGN=right>where <I>field</I><TD>=<TD>fieldId</I> or '{' <I>rlabel</I> '}'</TR>
-  <TR><TD ALIGN=right>and <I>fieldId</I><TD>=<TD> [ '<' <I>string</I> '>'] [ <I>string</I> ]</TR>
+  <TR><TD ALIGN=right>and <I>fieldId</I><TD>=<TD> [ '&lt;' <I>string</I> '&gt;'] [ <I>string</I> ]</TR>
   </TABLE>
 Braces, vertical bars and angle brackets must be escaped with
 a backslash character if you wish them to appear as a literal character.