Skip to content

Commit 23a1d86

Browse files
stefonarchjohanmalm
authored andcommitted
Update getting-started.html
Added missing "?" in ` <?xml version="1.0">`
1 parent 56410c2 commit 23a1d86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

getting-started.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ <h2 id="step-2---add-some-items-to-the-root-menu">Step 2 - Add some
173173
See <a
174174
href="https://github.com/labwc/labwc/blob/master/docs/menu.xml">docs/menu.xml</a>
175175
for inspiration, or use the simple example below</p>
176-
<pre><code>&lt;?xml version=&quot;1.0&quot;&gt;
176+
<pre><code>&lt;?xml version=&quot;1.0&quot;?&gt;
177177

178178
&lt;openbox_menu&gt;
179179
&lt;menu id=&quot;root-menu&quot; label=&quot;&quot;&gt;
@@ -247,4 +247,4 @@ <h2 id="step-5---install-some-themes-for-server-side-decorations">Step 5
247247
</section>
248248
</main>
249249
</body>
250-
</html>
250+
</html>

0 commit comments

Comments
 (0)