Skip to content

Commit 076bece

Browse files
committed
src/getting-started.md: add missing ? in <?xml...> element
1 parent 23a1d86 commit 076bece

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Create a `~/.config/labwc/menu.xml` to hand-craft a menu. See [docs/menu.xml]
7373
for inspiration, or use the simple example below
7474

7575
```
76-
<?xml version="1.0">
76+
<?xml version="1.0" ?>
7777
7878
<openbox_menu>
7979
<menu id="root-menu" label="">
@@ -98,7 +98,7 @@ a `<keybind>` entry as shown below. In this example `Super-d` is bound to the
9898
terminal sakura:
9999

100100
```
101-
<?xml version="1.0"?>
101+
<?xml version="1.0" ?>
102102
<labwc_config>
103103
104104
<keyboard>

0 commit comments

Comments
 (0)