Skip to content

Commit

Permalink
fix/label-style-examples-3.1.1 (OAI#3144)
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfhandl authored and charjr committed Apr 27, 2023
1 parent e594363 commit fb3838b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versions/3.1.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -1077,7 +1077,7 @@ The following table shows examples of rendering differences for each value.
----------- | ------ | -------- | -------- | -------- | -------
matrix | false | ;color | ;color=blue | ;color=blue,black,brown | ;color=R,100,G,200,B,150
matrix | true | ;color | ;color=blue | ;color=blue;color=black;color=brown | ;R=100;G=200;B=150
label | false | . | .blue | .blue.black.brown | .R.100.G.200.B.150
label | false | . | .blue | .blue,black,brown | .R,100,G,200,B,150
label | true | . | .blue | .blue.black.brown | .R=100.G=200.B=150
form | false | color= | color=blue | color=blue,black,brown | color=R,100,G,200,B,150
form | true | color= | color=blue | color=blue&color=black&color=brown | R=100&G=200&B=150
Expand Down

0 comments on commit fb3838b

Please sign in to comment.