]> git.mdlowis.com Git - proto/labwc.git/commitdiff
docs: fix element ending
authorJens Peters <jp7677@gmail.com>
Fri, 12 Jan 2024 22:58:24 +0000 (23:58 +0100)
committerAndrew J. Hesford <48421688+ahesford@users.noreply.github.com>
Sat, 13 Jan 2024 02:01:29 +0000 (21:01 -0500)
docs/labwc-config.5.scd
docs/rc.xml.all

index 0d7827d542605076934cc1c4aac13fe0cd2bcffa..1f8efee659833d97e58b17bdf2a4ec77c06b6bbd 100644 (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" />
index b498b953506d63b5586fafa91f02c5f1958e8346..f43f51768e16580ae9838ddf8dbeb2eb5742f245 100644 (file)
   -->
   <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" />