docs: fix element ending

This commit is contained in:
Jens Peters 2024-01-12 23:58:24 +01:00 committed by Andrew J. Hesford
parent 9d63c803d3
commit 52b9b4292f
2 changed files with 2 additions and 2 deletions

View file

@ -449,7 +449,7 @@ windows using the mouse.
```
<tablet mapToOutput="" rotate="0">
<area top="0.0" left="0.0" width="0.0" height="0.0">
<area top="0.0" left="0.0" width="0.0" height="0.0" />
<map button="Tip" to="Left" />
<map button="Stylus" to="Right" />
<map button="Stylus2" to="Middle" />

View file

@ -414,7 +414,7 @@
-->
<tablet mapToOutput="" rotate="0">
<!-- Active area dimensions are in mm -->
<area top="0.0" left="0.0" width="0.0" height="0.0">
<area top="0.0" left="0.0" width="0.0" height="0.0" />
<map button="Tip" to="Left" />
<map button="Stylus" to="Right" />
<map button="Stylus2" to="Middle" />