]> granicus.if.org Git - graphviz/commitdiff
Escape all <= in HTML context
authorMark Hansen <mark@markhansen.co.nz>
Sun, 7 Jun 2020 09:11:59 +0000 (19:11 +1000)
committerMark Hansen <mark@markhansen.co.nz>
Sun, 7 Jun 2020 09:11:59 +0000 (19:11 +1000)
Mirror image of
https://gitlab.com/graphviz/graphviz.gitlab.io/-/merge_requests/119/

doc/info/attrs.html
doc/infosrc/types

index 2b54c4d0ff183005a52d25ebb274c46a131b55a3..dfb0404768316ea26d113afb5fffe435ee1aa91e 100644 (file)
@@ -2193,7 +2193,7 @@ enclosed in the parentheses,  <TT>(...)+</TT> indicates 1 or more, and
 <DD>Colors can be specified using one of four formats.
          <TABLE><TR><TD>"#%2x%2x%2x"<TD>Red-Green-Blue (RGB)</TR>
          <TR><TD>"#%2x%2x%2x%2x"<TD>Red-Green-Blue-Alpha (RGBA)</TR>
-         <TR><TD>"H[,&#160;]+S[,&#160;]+V"<TD>Hue-Saturation-Value (HSV) 0.0 <= H,S,V <= 1.0</TR>
+         <TR><TD>"H[,&#160;]+S[,&#160;]+V"<TD>Hue-Saturation-Value (HSV) 0.0 &lt;= H,S,V &lt;= 1.0</TR>
          <TR><TD>string<TD><A HREF=colors.html>color name</A></TR></TABLE>
    The specification for the RGB and RGBA formats are the format strings used by
    <TT>sscanf</TT> to scan the color value. Thus, these values have the form
index eb4c6248686961bb75d91083db4f0226fdeb68e4..14e7ed7fcf051ff0f4a71a3833017b537d4c8003 100644 (file)
@@ -56,7 +56,7 @@ plus some supported as special cases for backward-compatibility
 Colors can be specified using one of four formats.
        <TABLE><TR><TD>"#%2x%2x%2x"<TD>Red-Green-Blue (RGB)</TR>
        <TR><TD>"#%2x%2x%2x%2x"<TD>Red-Green-Blue-Alpha (RGBA)</TR>
-       <TR><TD>"H[,&#160;]+S[,&#160;]+V"<TD>Hue-Saturation-Value (HSV) 0.0 <= H,S,V <= 1.0</TR>
+       <TR><TD>"H[,&#160;]+S[,&#160;]+V"<TD>Hue-Saturation-Value (HSV) 0.0 &lt;= H,S,V &lt;= 1.0</TR>
        <TR><TD>string<TD><A HREF=colors.html>color name</A></TR></TABLE>
  The specification for the RGB and RGBA formats are the format strings used by
  <TT>sscanf</TT> to scan the color value. Thus, these values have the form