Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions getting-started.html
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ <h2 id="step-2---add-some-items-to-the-root-menu">Step 2 - Add some
See <a
href="https://github.com/labwc/labwc/blob/master/docs/menu.xml">docs/menu.xml</a>
for inspiration, or use the simple example below</p>
<pre><code>&lt;?xml version=&quot;1.0&quot;&gt;
<pre><code>&lt;?xml version=&quot;1.0&quot;?&gt;

&lt;openbox_menu&gt;
&lt;menu id=&quot;root-menu&quot; label=&quot;&quot;&gt;
Expand Down Expand Up @@ -247,4 +247,4 @@ <h2 id="step-5---install-some-themes-for-server-side-decorations">Step 5
</section>
</main>
</body>
</html>
</html>
4 changes: 2 additions & 2 deletions src/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Create a `~/.config/labwc/menu.xml` to hand-craft a menu. See [docs/menu.xml]
for inspiration, or use the simple example below

```
<?xml version="1.0">
<?xml version="1.0" ?>

<openbox_menu>
<menu id="root-menu" label="">
Expand All @@ -98,7 +98,7 @@ a `<keybind>` entry as shown below. In this example `Super-d` is bound to the
terminal sakura:

```
<?xml version="1.0"?>
<?xml version="1.0" ?>
<labwc_config>

<keyboard>
Expand Down