From f18fab42ca9afe0230c2f279ff63d7f5a12de1f5 Mon Sep 17 00:00:00 2001 From: Mark Hansen Date: Tue, 2 Jun 2020 20:42:08 +1000 Subject: [PATCH] Update shapes.html to match output of mkshhtml.py Whitespace changes and a diff in a PRE tag. --- doc/info/shapes.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/info/shapes.html b/doc/info/shapes.html index 43a46a9a3..b82957560 100644 --- a/doc/info/shapes.html +++ b/doc/info/shapes.html @@ -210,6 +210,7 @@ The possible polygon-based shapes are displayed below. larrow lpromoter + As the figures suggest, the shapes rect and rectangle are synonyms for box, and none is a synonym for plaintext. The shape plain is similar to these two, except that it also enforces @@ -671,7 +672,7 @@ are preserved but all other white space characters are discarded. or <B>, any space immediately before or after this will cause a syntax error. For example, the label
-< <U><TABLE><TR><TD>a</TD></TR></TABLE></U>>
+< <U><TABLE><TR><TD>a</TD></TR></U>>
 
is not legal. Removing either the space or the <U>...</U> will fix this.

-- 2.50.1