A greater than symbol after the FIELD_NAME was breaking the xml example code

Aníbal Pacheco 2013-11-19 14:58:13 -08:00
parent 7a46572035
commit 6be02d65ad

@ -58,7 +58,7 @@ Some examples of Mapnik's ability to place text along lines:
```xml
<TextSymbolizer face-name="DejaVu Sans Book" size="10" fill="black" halo-fill= "white" halo-radius="1" placement="line" allow-overlap="false">[FIELD_NAME]></TextSymbolizer>
<TextSymbolizer face-name="DejaVu Sans Book" size="10" fill="black" halo-fill= "white" halo-radius="1" placement="line" allow-overlap="false">[FIELD_NAME]</TextSymbolizer>
```
See [[XMLGettingStarted]] for more XML example uses of TextSymbolizer.